v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-131362831.1 MB
Payment methods - merchant level

Add an Apple Pay domain

Adds the new domain to the list of Apple Pay domains that are registered with the merchant account and the payment method identified in the path. For more information, see Apple Pay documentation.

To make this request, your API credential must have the following role:

  • Management API—Payment methods read and write
post/merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}/addApplePayDomains

Path parameters

merchantIdstring required

The unique identifier of the merchant account.

paymentMethodIdstring required

The unique identifier of the payment method.

Request body

domainsstring[] required

The list of merchant domains. Maximum: 99 domains per request.

For more information, see Apple Pay documentation.

Response

No Content - look at the actual response code for the status of the request.