v1

latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KB
Account

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.

ECstring

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

referenceIDstring string required

1-15 character unique referenceID. Used for Retrieve via ReferenceID in case of an HTTP timeout, or any scenario where you fail to get a response body. Not case sensitive

Example response

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