Bank Account Object

{
	"id": "TlnNDVS6TteSn2-FEh3ZKg",
	"account_holder_name": "John Doe",
	"account_holder_type": "individual",
	"country": "PL",
	"currency": "EUR",
	"customer": "P2ZTA56JQ7-AvwGf0pHd2Q",
	"fingerprint": "R1gbK7BauiX3XdnUCQRhzlnvMxxtSKVS7NqScFBeVRE",
	"last4": "6784",
	"routing_number": "110000000",
	"swift_code": "PPABPLPK",
	"status": "new",
	"type": "bank_account"
}
Field
Type
Description

id

string

Unique identifier for the objet.

account_holder_name

string

The name of the person or business that owns the bank account.

account_holder_type

string

The type of entity that holds the account. This can be either individual, company

bank_name

string

Name of the bank associated with the routing number.

country

string

Two-letter ISO code representing the country the bank account is located in.

currency

string

Two-letter ISO code for the currency paid out to the bank account.

customer

string

The ID of the customer that the bank account is associated with.

fingerprint

string

Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

routing_number

string

The routing transit number for the bank account.

status

string

The bank account status, possible values are new, validated, verified, verification_failed or errored.

saving

boolean

True if the bank account is a saving account otherwise will be a checking account.

last4

string

Contain the last 4 digist of the bank account

swift_code

string

Contain the bank account swift code for international transfers.

type

string

The type of the object. For bank account object will be bank_account

Last updated