cURL
curl --request PUT \ --url https://api.contazen.ro/v1/bank-accounts/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "iban": "<string>", "bank_name": "<string>", "currency": "<string>", "swift": "<string>", "is_visible": true } '
{ "success": true, "data": { "id": "<string>", "object": "bank_account", "iban": "<string>", "bank_name": "<string>", "currency": "<string>", "swift": "<string>", "bic": "<string>", "is_visible": true, "created_at": 123 }, "meta": { "version": "v1", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "response_time": "23.45ms" } }
Update bank account details
Use your API key (sk_live_xxx or sk_test_xxx)
Bank account updated
Show child attributes
Was this page helpful?