Account

Update Account V2

Update any one or more fields (e.g. Owner, Address, Phone, Exp. date), excluding card account numbers (Refer to v1).

put/v2/clients/{ClientID}/accounts/{AccountID}

Path parameters

ClientIDstring required

22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.

AccountIDstring required

22 character assigned <glossary:accountID>.

Returned from Create Account

Request body

Example request

{
  "owner": {
    "address": {
      "country": "840"
    },
    "phone": {
      "countryCode": "1",
      "number": "5555555555"
    }
  }
}

Response

Account is updated.

ECstring

Internal Error Code. This is used to help TabaPay team members trace an error.

EMstring

Short description of the error if an error occurred.

Changes

No recorded changes to this endpoint across all 1 revision of this API.