v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Update Bank Account

Updates data for existing bank account.

patch/v1/bankaccounts/{id}

Path parameters

idstring required

id - identifier of the bank account being updated

Headers

Acceptstring required

Indicates which content types, expressed as MIME types, the client is able to understand.

Content-Typestring required

Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded

Request body

first_namestring

First name of account holder.

last_namestring

Last name of account holder.

account_type'Personal Checking' | 'Personal Savings' | 'Business Checking' | 'Business Savings'

Account type. Must be one of the following: 'Personal Checking','Personal Savings','Business Checking','Business Savings'

Response

200

Example response

{
  "data": {
    "object": "BankAccount",
    "id": "dJ356DKj3l6kjaEL",
    "first_name": "fff",
    "last_name": "ggg",
    "account_type": "Personal Checking",
    "sec_code": "CCD",
    "routing_number": "111111119",
    "account_number": "1234"
  }
}