πŸ’±Get your IBAN

GET /bank-pro/account/iban/:customerId

Get the customer IBAN (on ramp)

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

join-session-id (optional)

customer_session_id

Response

{ 
   iban: string;
   name: string;
   bic: string;
   countryCode: string;
}

Last updated