post
https://sandbox-api.transfi.com/v3/iban/create-iban
Creates a virtual IBAN for a user or the organization.
- If
customer.userIdis provided, the IBAN is created for that user - If
customer.userIdis omitted, the IBAN is created for the organization itself.
Additional customer fields (e.g. email, street, city) should be passed inside the customer object as required by the payment method's requiredFields (see GET /v3/config/payment-methods/iban).
Supports multipart/form-data when document file uploads are required by the payment method.