Disable a Bank Account (IBAN or other format) from a Payment Account

UnregisterIBAN

How it works

With the 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.

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>
<IBAN>
	<ID>11</ID>
</IBAN>

JSON

{   
    "wallet":"string",
    "ibanId":"string",
    "wlLogin":"string",
    "wlPass":"string",
    "language":"string",
    "version":"string",
    "walletIp":"string",
    "walletUa":"string",
}
{  
    "IBAN_UNREGISTER":{  
        "ID":"11"
    }
}
 

Request Input Description

ItemDescriptionMandatoryFormatExample
walletPayment Account IDYes[0: 256] char33612345678 ou taxi67
ibanIdBank account to disableYes[0: 10]253

Response Output Description

VersionItemDescriptionExample
>= 1.0IDIBAN ID253