v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBAccount
Retrieve Account
Retrieves the Account.
In circumstances where you fail to receive an accountID from us, you can do a retrieve via referenceID. (Allowed only up to 24 hours after original request)
get/{Version}/clients/{ClientID}/accounts/{AccountID}
Path parameters
Versionstring required
Example:v1
v1 is the only accepted value.
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
Response
Account retrieved.
Example response
{
"owner": {
"address": {
"country": "840"
},
"phone": {
"countryCode": "1",
"number": "5555555555"
}
}
}