{
"object": "bank",
"id": "f4a7034vpeihjroqj90k0jg6",
"accountType": "checking",
"bankName": "Paystand Test Bank",
"routingNumber": "110000000",
"nameOnAccount": "Jessica Lin",
"accountHolderType": "individual",
"currency": "USD",
"country": "USA",
"last4": "6789",
"fingerprint": "4cpw32i0hoz5iyhx7la194cy",
"isDefault": true,
"isApDefault": false,
"billingAddress": {
"object": "address",
"id": "wx7zha1emrjckczd63bn17q5",
"street1": "payer street",
"city": "payer city",
"state": "CA",
"postalCode": "95060",
"country": "USA",
"status": "active",
"created": "2019-07-11T00:16:29.000Z",
"lastUpdated": "2019-07-11T00:16:30.000Z"
},
"externalId": "bank_001",
"dropped": false,
"verified": false,
"status": "active",
"created": "2019-07-11T00:16:29.000Z",
"lastUpdated": "2019-07-11T00:16:30.617Z"
}
id string The unique identifier for the bank |
object string, value is "bank" |
accountType string The account type of the bank |
bankName string The bank name |
routingNumber string The bank routing number |
accountNumber string The bank account number |
nameOnAccount string The name on the bank account |
accountHolderType string The account holder type for the bank |
currency string The currency of the bank |
country string The country for the bank |
last4 string The last four digits of the account number |
fingerprint string The unique identifier for the routing and account number. |
isDefault boolean Is a default bank |
isApDefault boolean Is a default ap bank |
billingAddress address object The billing address associated with the bank |
externalId string An external id for the bank |
dropped boolean Has the bank been two-dropped |
verified boolean Has the bank been verified. |
status string, possible values: active, inactive active The bank is active and able to be used to make payments. inactive The bank is not active and is unable to be used to make payments. |
created datestring The date the bank was created |
lastUpdated datestring The date the bank was last updated. |