Payment and Payment Management
CancelPixOut
This method can be used to cancel a scheduled pix out transaction
post/CancelPixOut
Request body
Example request
{
"Method": "CancelPixOut",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"DocumentNumber": 656,
"TaxNumber": "33.762.255/0001-40"
}Response
OK
Example response
{
"Success": "true",
"Message": "Solicitação de cancelamento de Pix recebida com sucesso"
}