Gets and/or updates a transaction’s session, where the connector supports this feature. Updates are often optional or not supported. Please refer to connector documentation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the transaction
Transaction session token used to retrieve session data for direct client integrations.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
Payload that may be required to update a payment provider's client session, depending on the connector.
{ "key": "value" }Successful Response
Session data required to launch a payment provider client SDK
{ "key": "value" }To be used by the merchant when the client SDK does not provide one at the end of the flow
The integration clients
redirect, web, android, ios