Create 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.
{
'accept': 'application/json',
'client_id': '{CLIENT_ID}',
'Authorization': "Bearer {access_token}"
}{
"code": "string",
"amount": 0,
"email": "string",
"document": "string",
"url": "string"
}Webhook PAYLOADPOST
{
'client_id': '{CLIENT_ID}'
}Last updated