Skip to main content
POST
/
apple-pay-validate-merchant
Validate Apple Pay Merchant
curl --request POST \
  --url https://api.atlas.co/functions/v1/apple-pay-validate-merchant \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "validation_url": "<string>",
  "domain": "<string>",
  "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{}

Authorizations

Authorization
string
header
required

Client secret from payment session

Body

application/json
validation_url
string
required
domain
string
required
session_id
string<uuid>
required

Response

200 - application/json

Merchant validated

The response is of type object.