cURL
curl --request POST \ --url https://api.pagou.ai/v2/apps/checkout/token \ --header 'Authorization: Bearer <token>' \ --header 'x-integration-token: <x-integration-token>'
{ "data": { "token": "<string>", "expires_in": 123 } }
Exchange an integration token for a short-lived checkout session token. Validates Origin against the registered shop domain.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Success
Show child attributes