2.3 Cancel Pix Key
Cancelling a PIX key inside FitBank
Cancel PIX keys
API Method = CancelPixKey
This method is used when the user needs to disassociate a certain PIX key that was previously linked to an account. After successfully cancelling a PIX key in FitBank, it will change to status Canceled.
Important: It is not possible to cancel a PIX key in the following statuses:
ErrorOwnership, ErrorPortability, Claiming, Error, Canceled and Disabled.
{
"Method": "CancelPixKey",
"PartnerId": 30500,
"BusinessUnitId": 51062,
"PixKey": "66228808000139",
"TaxNumber": "98477626006",
"PixKeyType": 0,
"Bank": "450",
"BankBranch": "1234",
"BankAccount": "56789",
"BankAccountDigit": "1"
}
Description:
Field | Description | Mandatory | Type |
---|---|---|---|
Method | Method to be used | YES | STRING |
PartnerId | Information provided by FitBank | YES | INT |
BusinessUnitId | Information provided by FitBank | YES | INT |
PixKey | PIX key | YES | STRING |
TaxNumber | CPF/CNPJ of who has the PIX key | YES | STRING |
PixKeyType | SocialSecurity = 0 TaxNumber = 1 E-mail = 2 PhoneNumber = 3 RandomKeyCode = 4 | YES | INT |
Bank | Bank Code (Ex.: “450”) | YES | STRING |
BankBranch | Bank Agency Code (Ex.: “0001”) | YES | STRING |
BankAccount | Bank Account (Ex.: “146492”) | YES | STRING |
BankAccountDigit | Bank Account Digit (Ex.: “1”) | YES | STRING |
Updated 10 months ago