Transaction Session API
Creates a Headless Apple Pay transaction session. Returns a sessionId for your integration. Requires a valid user access token and approved KYC where applicable.
Headers
x-access-token
Your Partner Access Token. Please refer here for a tutorial ongenerating your access token.
x-user-identifier
Your authenticated user Email Id address.
Note: This is applicable only for Auth Reliance Flows
Request
This endpoint expects an object.
quoteId
Quote ID from the pricing API.
walletAddress
Destination crypto wallet address.
config
Additional optional UI configuration passed through to the session.
Response
Success
data
Errors
400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error