cURL
curl --request GET \ --url https://api.contazen.ro/v1/bank-accounts \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "object": "list", "data": [ { "id": "<string>", "object": "bank_account", "iban": "<string>", "bank_name": "<string>", "currency": "<string>", "swift": "<string>", "bic": "<string>", "is_visible": true, "created_at": 123 } ], "total": 123 }, "meta": { "version": "v1", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "response_time": "23.45ms" } }
List all IBAN bank accounts
Use your API key (sk_live_xxx or sk_test_xxx)
Filter by currency
"RON"
Filter by visibility on invoices
List of bank accounts
Show child attributes
Was this page helpful?