cURL
curl --request PATCH \ --url https://api.endclose.com/v1/bank_accounts/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "name": "<string>", "currency": "<string>" } '
{ "name": "<string>", "id": 123, "currency": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
The unique identifier of the bank account
Human readable name for the bank account
Three-letter ISO 4217 currency code (e.g. USD, EUR)
Bank account updated
Unique numeric identifier