Skip to main content
GET
List funding accounts

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

Response

OK

bank_code
string
required

The bank code, such as a BIC or SWIFT code.

created_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was created.

currency
enum<string>
required

The currency of the funding account.

Available options:
EUR,
USD,
GBP
iban
string
required

The IBAN of the funding account.

id
string
required

Unique resource identifier.

modified_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was last modified.

owner_name
string
required

The owner name as specified by the bank on the funding account.

is_verified
boolean
default:false

Whether ownership of the funding account is verified.

nickname
string | null

The user-provided nickname for the funding account.