Create/manage bank accounts for your businesses. These accounts are used for paying out earnings for usage of various products, for example card processing.
Create a bank account
Bank Account was created successfully
{- "account_owner_name": "Napheesa Collier",
- "account_type": "checking",
- "account_number": "000123456789",
- "routing_number": "110000000",
- "business_id": "biz_abc123",
- "bank_name": "Wells Fargo",
- "nickname": "Phee's Money",
- "metadata": {
- "my_id": "123"
}
}
{- "id": 1,
- "type": "bank_account",
- "data": {
- "id": "ba_123xyz",
- "account_owner_name": "Napheesa Collier",
- "account_type": "checking",
- "acct_last_four": "6789",
- "routing_number": "110000000",
- "bank_name": "Wells Fargo",
- "country": "US",
- "currency": "usd",
- "nickname": "Phee's money",
- "metadata": { },
- "business_id": "biz_123abc",
- "platform_account_id": "acc_123abc",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}, - "page_info": "string"
}
List the bank accounts you have created for a business. This endpoint supports pagination.
Successfully list bank accounts
{- "id": 1,
- "type": "array",
- "data": [
- {
- "id": "ba_123xyz",
- "account_owner_name": "Napheesa Collier",
- "account_type": "checking",
- "acct_last_four": "6789",
- "routing_number": "110000000",
- "bank_name": "Wells Fargo",
- "country": "US",
- "currency": "usd",
- "nickname": "Phee's money",
- "metadata": { },
- "business_id": "biz_123abc",
- "platform_account_id": "acc_123abc",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}
], - "page_info": {
- "end_cursor": "WyIyMDIyLTAyLTA4IDE5OjUyOjM3LjEwNDE3MzAwMCIsIjY4MDliYTU5LTYxYjctNDg3MS05YWFiLWE2Y2MyNmY3M2M1ZCJd",
- "has_next": false,
- "has_previous": false,
- "start_cursor": "WyIyMDIyLTAyLTA4IDIwOjAxOjU4LjEyMDIzMjAwMCIsIjU5ZTFjNGI1LWFlOWQtNDIyZC04MTVkLWNjNzQ5NzdlYmFjYSJd"
}
}
{- "id": 1,
- "type": "bank_account",
- "data": {
- "id": "ba_123xyz",
- "account_owner_name": "Napheesa Collier",
- "account_type": "checking",
- "acct_last_four": "6789",
- "routing_number": "110000000",
- "bank_name": "Wells Fargo",
- "country": "US",
- "currency": "usd",
- "nickname": "Phee's money",
- "metadata": { },
- "business_id": "biz_123abc",
- "platform_account_id": "acc_123abc",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}, - "page_info": "string"
}