Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the transaction
"7099948d-7286-47e4-aad8-b68f7eb44591"
Query Parameters
Transaction session token used to retrieve session data for direct client integrations.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
Body
Payload that may be required to update a payment provider's client session, depending on the connector.
{ "key": "value" }Response
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
"https://www.test.gr4vy.app/transactions/1234/complete"
The integration clients
redirect, web, android, ios "redirect"
"web"
"android"
"ios"