Get withdraw
GET https://api.agilizepay.com/pix/payment/{txid}
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]
txid { get; set; }
}Last updated