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"
}
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"
}
ok
The response is of type object
.