# Create a virtual IBAN **POST /v2/ibans** ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Authentication methods - Jwt ## Parameters ### Body: application/json (object) - **account_id** (string(uuid)) ID of the account. - **name** (string) Custom name of the new IBAN, as seen in the Memo Bank interface. - **allow_collections** (boolean) Whether or not to accept incoming collections on this IBAN. ## Responses ### 201 Created #### Body: application/json (object) - **id** (string(uuid)) ID of the IBAN. - **account_id** (string(uuid)) ID of the account this IBAN belongs to. - **iban** (string) Actual value of the IBAN. - **name** (string) Name of the IBAN. - **status** (string) Status of the IBAN. It determines if an IBAN accepts incoming or outgoing transfers. - **type** (string) Flag indicating if this IBAN is the main IBAN of an account, or a virtual IBAN. Please note that main IBANs cannot be updated or deleted. - **allow_collections** (boolean) Whether or not this IBAN accepts incoming collections. - **is_deleted** (boolean) Whether or not this IBAN has been deleted. [Powered by Bump.sh](https://bump.sh)