Authorizations
Executa um chargeback
post/authorize/charge-back
Request body
Example request
{
"programId": 1,
"accountBaasNumber": "33303330330",
"amount": 1.25,
"documentNumber": "3265555655625"
}Response
OK
Example response
{
"is_approved": true,
"response_code": "00"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.