Start Apple Pay session
Use this method to start an Apple Pay session for your merchant. In the response, we return the startSessionObject that you send to Apple when you retrieve the cardholder’s encrypted payment details.
Path parameters
processingTerminalId
Unique identifier that we assigned to the terminal.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
appleDomainId
Unique identifier of the merchant’s domain that we assigned when you added their domain to our Self-Care Portal.
appleValidationUrl
Validation URL from the Apple Pay JS API.
Response
Successful request. We started the Apple Pay session.
startSessionResponse
Object that Apple returns when they start the merchant’s Apple Pay session. Use this object to retrieve the cardholder’s encrypted payment details from Apple.