Bank Accounts
Retrieve a Bank Account by ID
Endpoints
- Welcome
- Bank Accounts
- Bids
- EOIs
- EOI Responses
- Invoices
- Job Approvals
- Jobs
- Milestones
- Offers
- Orgs
- Purchase Orders
- Sales Invoices
- Sales Milestones
- Skill Categories
- Skill Taxonomies
- Skills
- Suppliers
- Supplier Lists
- Users
- Variation Orders
Bank Accounts
Retrieve a Bank Account by ID
GET
/
bank_accounts
/
{id}
curl --request GET \
--url https://api.zivio.net/api/v3/bank_accounts/{id} \
--header 'X-API-Key: <api-key>' \
--header 'zivio-tenant-id: <api-key>'
{
"id": "132",
"currency": "GBP",
"country_code": "GB",
"account_holder_name": "Organistation Ltd",
"account_holder_type": "Business",
"account_number": "12345678",
"sort_code": "123456",
"bank_name": "Bank Inc",
"branch_name": "Manchester Central",
"branch_number": "23AX",
"routing_number": "7587",
"account_kind": "Checking",
"iban": "GB98MIDL07009312345678",
"bic_swift_code": "AAAABB11222",
"owner_id": "23",
"owner_type": "Supplier",
"owner_name": "Supplier Services Ltd",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Path Parameters
Response
200
*/*
ok
The response is of type object
.
curl --request GET \
--url https://api.zivio.net/api/v3/bank_accounts/{id} \
--header 'X-API-Key: <api-key>' \
--header 'zivio-tenant-id: <api-key>'
{
"id": "132",
"currency": "GBP",
"country_code": "GB",
"account_holder_name": "Organistation Ltd",
"account_holder_type": "Business",
"account_number": "12345678",
"sort_code": "123456",
"bank_name": "Bank Inc",
"branch_name": "Manchester Central",
"branch_number": "23AX",
"routing_number": "7587",
"account_kind": "Checking",
"iban": "GB98MIDL07009312345678",
"bic_swift_code": "AAAABB11222",
"owner_id": "23",
"owner_type": "Supplier",
"owner_name": "Supplier Services Ltd",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}