cURL
curl --request POST \ --url https://api.pagou.ai/v2/checkout/{slug}/session \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "referrer_url": "<string>" } '
{ "success": true, "requestId": "<string>", "data": { "session_token": "<string>", "expires_at": "<string>" } }
Create a checkout session for a link
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
3 - 255
2048
HTTP 201 response
Show child attributes