GET /bank-pro/account/iban/:customerId
GET
/bank-pro/account/iban/:customerId
Get the customer IBAN (on ramp)
Headers
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 6 months ago