Skip to content

Commit

Permalink
Merge pull request #772 from vtexdocs/Update-Merchand-ID-Token-Apple-Pay
Browse files Browse the repository at this point in the history
Update Merchant ID Token information Apple Pay
  • Loading branch information
ricardoaerobr authored Oct 24, 2023
2 parents 0f2c762 + 17bc948 commit 99a2381
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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)
Expand Down

0 comments on commit 99a2381

Please sign in to comment.