History
POST https://api.agilizepay.com/pix/payment-history
SUMMARY:
access_token= Access token code generated by authentication
CLIENT_ID = Your client_id can be found within the dashboard.
CLIENT_SECRET = Your client_secret can be found within the dashboard.
{
'client_id: '{CLIENT_ID}',
'client_secret': '{CLIENT_SECRET}',
'accept': 'application/json',
'Authorization': "Bearer {access_token}"
}{
[required]
'init': 'string - datetime yyyy-MM-dd HH:mm',
[required]
'end': 'string - datetime yyyy-MM-dd HH:mm'
}Last updated