v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBAccount
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.