right-from-lineRefunds

Endpoint to query a refund using the Pix End To End ID

POSThttps://api.agilizepay.com/pix/refunds

SUMMARY:

access_token= Access token code generated by authentication

CLIENT_ID = Your client_id can be found within the dashboard.

header
{ 
    'client_id: '{CLIENT_ID}',
    'accept': 'application/json',
    'Authorization': "Bearer {access_token}"
}
body
{
  "endToEndId": "string or null"
}
chevron-right 🟒 200 - Successfullyhashtag

Response body

[{
"date": "string",
"hour": "string"
"endToEndId": "string",
"refund_endToendId": "string",
"amount": "decimal"
}]
chevron-rightπŸ”΄400 - Bad requesthashtag

chevron-rightπŸ”΄401 - Unauthorizedhashtag

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

Last updated