Get the domains registered for ApplePay for the specified merchant
curl -i -X GET \ 'https://api.sandbox.au.meetapril.io/merchants/{merchantId}/applepay' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "details": {
- "domainNames": [
- "string"
], - "encryptTo": "string",
- "merchantUrl": "string",
- "partnerInternalMerchantIdentifier": "string",
- "partnerMerchantName": "string"
}
}