Returns bank account

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

countryCodestringRequired
Symbol of the country of choice.
currencySymbolstringRequired
Symbol of the currency of the chosen country.
emailstringRequired
user email

Response

successful operation
_idstring or null
bankCodestring or null
countryCodestring or null
currencySymbolstring or null
accountNumberstring or null
accountstring or null
namestring or null

Errors