UnregisterIBAN : Disable a Bank Account (IBAN or other format) from a Payment Account
Version | Description |
|---|---|
1.0 | The IBAN ID is returned in the answer |
How it works
With "UnregisterIBAN" method, our system disables a beneficiary bank account (IBAN or other formats) from a Payment Account. We need the "ibanid" to know what bank to disable from the account. Once the bank info is disabled, you will not be able to process Money-out to this bank account.
A payment account needs bank info to do a MONEY-OUT.
No bank info is needed to perform an ON-US payment. No bank info is needed to make a MONEY-IN to a Payment Account.
Request
XML
<UnregisterIBAN xmlns="Service_mb">
<wallet>string</wallet>
<ibanId>string</ibanId>
<wlLogin>string</wlLogin>
<wlPass>string</wlPass>
<language>string</language>
<version>string</version>
<walletIp>string</walletIp>
<walletUa>string</walletUa>
</UnregisterIBAN>
JSON
{
"wallet":"string",
"ibanId":"string",
"wlLogin":"string",
"wlPass":"string",
"language":"string",
"version":"string",
"walletIp":"string",
"walletUa":"string",
}
Item | Description | Mandatory | Format | Example |
|---|---|---|---|---|
wallet | Payment Account ID | Yes | [0 : 256] char | 33612345678 ou taxi67 |
ibanId | Bank account to disable | Yes | [0 : 10] | 253 |
Answer
XML
<IBAN>
<ID>11</ID>
</IBAN>
JSON
{
"IBAN_UNREGISTER":{
"ID":"11"
}
}
Version | Item | Description | Example |
|---|---|---|---|
>= 1.0 | ID | IBAN ID | 253 |