Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 10.9 KB

File metadata and controls

10 lines (7 loc) · 10.9 KB

RequestApplePayPaymentSessionRequestBody

Fields

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 example
pay.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 creation
request. For organization-level credentials such as OAuth access tokens however, the profileId parameter is
required.
pfl_5B8cwPMGnU