circle-plusCreate transaction

POST https://api.agilizepay.com/pix

SUMMARY:

access_token= Access token code generated by authentication

CLIENT_ID = Your client_id can be found within the dashboard.

header
{ 
    'accept': 'application/json',
    'client_id': '{CLIENT_ID}',
    'Authorization': "Bearer {access_token}"
}
Body Param
{
  "code": "string",
  "amount": 0,
  "email": "string",
  "document": "string",
  "url": "string"
}

Webhook PAYLOADPOST

header
{
    'client_id': '{CLIENT_ID}'
}
chevron-right 🟒 200 - Successfullyhashtag

Response body

chevron-rightπŸ”΄400 - Bad requesthashtag

chevron-rightπŸ”΄401 - Unauthorizedhashtag

chevron-rightπŸ”΄500 - Internal server errorhashtag

Last updated