Create a Dedicated Virtual IBAN

CreateIBAN

How it works

This functionality enables you to generate virtual IBANs and link them to different payment accounts.

XML

<CreateIBAN xmlns="Service_mb">
  <wallet>string</wallet>
  <country>string</country>
  <wlLogin>string</wlLogin>
  <wlPass>string</wlPass>
  <language>string</language>
  <version>string</version>
  <walletIp>string</walletIp>
  <walletUa>string</walletUa>
</CreateIBAN>
<?xml version="1.0" encoding="utf-8"?>
<CreateIBANResult>
	<ID>string</ID>
	<IBAN>string</IBAN>
	<BIC>string</BIC>
	<HOLDER>string</HOLDER>
	<DOM>string</DOM>
	<S>string</S>
	<MAXAVAILABLEIBANPERWALLET>string</MAXAVAILABLEIBANPERWALLET>
	<MAXAVAILABLEIBAN>string</MAXAVAILABLEIBAN>
</CreateIBANResult>

JSON

{   
    "wallet":"string",
    "country":"string",
    "wlLogin":"string",
    "wlPass":"string",
    "language":"string",
    "version":"string",
    "walletIp":"string",
    "walletUa":"string"
}  
{  
    "CreateIBANResult": {
        "ID":"string",
        "IBAN":"string",
        "BIC":"string",
        "HOLDER":"string",
        "DOM":"string",
        "S":"string",
        "MAXAVAILABLEIBANPERWALLET":"string",
        "MAXAVAILABLEIBAN":"string"
    }
}

Request Input Description

ElementElementElementElementExample
walletWallet IDYes[1 :100] car33612345678
countryISO2 code of the country from which the IBAN must be generated. List of possible codes:Yes[2] carFR
BE (Belgium)
FR (French)
IT (Italy)

Response Output Description

VersionElementDescriptionExample
>= 1.0IDIBAN ID255
>= 1.0IBANIBANFR1420041010050500013M02606
You can check the IBAN's format by using this algorithm. Our system will use it too.
>= 1.0BICBIC/SWIFT codeABCDEFGHIJK
>= 1.0HOLDERIBAN owner: first name and last name, or enterprise nameJean Dupont
>= 1.0DOMDomiciliation14 rue de la beaune 93100 montreuil France
>= 1.0SIBAN status5
>= 1.0MAXAVAILABLEIBANPERWALLETIBAN left that can be generated for this wallet5
>= 1.0MAXAVAILABLEIBANIBAN left that can be generated in total120