| Field | Type | Required | Description | Example |
|---|---|---|---|---|
validationUrl |
String | ✔️ | The validationUrl you got from the ApplePayValidateMerchant event. A list of all valid host names for merchant validation is available. You should white list these in your application and reject any validationUrls that have a host name not in the list. |
https://apple-pay-gateway-cert.apple.com/paymentservices/paymentSession |
domain |
String | ✔️ | The domain of your web shop, that is visible in the browser's location bar. For examplepay.myshop.com. |
pay.myshop.com |
profileId |
Optional<String> | ➖ | The identifier referring to the profile this entity belongs to. Most API credentials are linked to a single profile. In these cases the profileId can be omitted in the creationrequest. For organization-level credentials such as OAuth access tokens however, the profileId parameter isrequired. |
pfl_5B8cwPMGnU |