diff --git a/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay-20.png b/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay-20.png index 5a5a77b034..fd0bbebd40 100644 Binary files a/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay-20.png and b/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay-20.png differ diff --git a/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay.md b/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay.md index 4ee122a133..a32279a442 100644 --- a/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay.md +++ b/docs/guides/Payments/payments-configuration-guides/setting-up-merchant-id-in-apple-pay.md @@ -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. @@ -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)