Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Merchant ID Token information Apple Pay #772

Merged
merged 4 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
ricardoaerobr marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updatedAt: "2022-01-27T19:29:46.835Z"

In order for your store to begin receiving payments with **Apple Pay**, you will need to set **Merchant ID** in your [Apple developer account](https://developer.apple.com/).

## Creating the Merchand ID
## Creating the Merchant ID

First of all, you need to create the Merchant ID itself - your store's ID on Apple's system.

Expand Down Expand Up @@ -127,10 +127,10 @@ Thereafter, to upload the`.txt` file by API, follow these instructions:

Then, start a Postman session. You perform a call to VTEX's CDN using the POST method:

1. Configure the route **POST** `https://{{yourdomain}}/.well-known/raw/apple-developer-merchantid-domain-association.txt`.
2. Ensure that all contents of the .txt files are in:
- Quotations marks
- JSON format, inside a `{"data": "token_content"}` body
1. Configure the route **POST** `https://{{yourdomainhere}}/.well-known/raw/apple-developer-merchantid-domain-association.txt?persistent=true`.
2. Paste the content of the .txt file in the request body. Ensure that all contents of the file are:
- Inside quotations marks.
- In JSON format, as in `"{token_content}"`.
- Without any line breaks.

![](https://raw.githubusercontent.com/vtexdocs/dev-portal-content/main/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay-20.png)
ricardoaerobr marked this conversation as resolved.
Show resolved Hide resolved
julia-rabello marked this conversation as resolved.
Show resolved Hide resolved
Expand Down