v4
OpenAPI 3.1.02026-08-012402353.8 MBUpdate an Account Number
patch/account_numbers/{account_number_id}
Path parameters
account_number_idstring required
The identifier of the Account Number.
Request body
Example request
{
"inbound_ach": {
"debit_status": "blocked"
},
"status": "disabled"
}Response
Account Number
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number": "987654321",
"created_at": "2020-01-31T23:59:59Z",
"id": "account_number_v18nkfqm6afpsrvy82b2",
"idempotency_key": null,
"inbound_ach": {
"debit_status": "blocked"
},
"inbound_checks": {
"status": "check_transfers_only"
},
"name": "ACH",
"routing_number": "101050001",
"status": "active",
"type": "account_number"
}