Digital wallets
Get apple pay session
POST
This endpoint requires the digital-wallets.write
or embed
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Initiates a new session with Apple Pay.
Fully qualified domain name of the merchant.
Validation URL obtained from the event passed to a
onvalidatemerchant
callback.
Response
200 - application/json
The response is of type object
.
Was this page helpful?