3.3 Cancel PixOut
Cancelling a PIX payment
API Method = CancelPixOut
This method can be used to cancel a PIX payment, strictly when it is regarding a scheduled payment. Settled payments cannot be cancelled.
{
"Method": "CancelPixOut",
"PartnerId": 30519,
"BusinessUnitId": 51138,
"DocumentNumber": 854127,
"TaxNumber": "84928589076",
"Bank": "450",
"BankBranch": "0001",
"BankAccount": "440246",
"BankAccountDigit": "3"
}
Description:
Parameter | Description | Mandatory | Type |
---|---|---|---|
Method | Method to be used | YES | STRING |
PartnerId | Information provided by FitBank | YES | INT |
BusinessUnitId | Information provided by FitBank | YES | INT |
DocumentNumber | Document number (ID) of the PIX payment that is to be cancelled | YES | NUMBER |
TaxNumber | Payer's CPF/CNPJ | YES | STRING |
Bank | Payer's Bank Code (Ex.: “450”) | YES | STRING |
BankBranch | Payer's Bank Agency Code (Ex.: “0001”) | YES | STRING |
BankAccount | Payer's Bank Account (Ex.: “146492”) | YES | STRING |
BankAccountDigit | Payer's Account Digit (Ex.: “1”) | YES | STRING |
Updated 10 months ago