Apple Pay Domains
Get association file
Serve the Apple-issued domain-association file for this instance. This endpoint is public and unauthenticated: Apple fetches it while verifying a registered domain. Host it from every domain that presents the Apple Pay button. The same file is also served without the .txt extension, at /.well-known/apple-developer-merchantid-domain-association.
If no domain-association content is configured yet, the request returns 400 with the classifier APPLE_PAY_NOT_CONFIGURED.
GET
Get association file
Response
The domain-association file.
The response is of type string.
Previous
Create tokenCreate a new token in the generic scope. This type of token can be used for various use cases that do not involve sensitive card payment credentials.
Next
Get association file