Logo
Adyen APIs API Documentation

Add an Apple Pay domain

POST {{baseUrl}}/merchants/:merchantId/paymentMethodSettings/:paymentMethodId/addApplePayDomains

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://management-test.adyen.com/v3/merchants/:merchantId/paymentMethodSettings/:paymentMethodId/addApplePayDomains' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"domains":["https://example.com"]}'

ENDPOINTS