Update Account

Updates the Account. Use v1 to replace all fields.

Path Params
string
required

v1 and v2 are the only accepted values. Use v1 to replace all fields, and v2 replace any one or more fields, excluding excluding card account numbers.

string
required

22-character ClientID. Ask TabaPay Support if you need to specify a SubClientID.

string
required

22 character assigned accountID.

Returned from Create Account

Query Params
string
length between 0 and 0

Use to disallow account creation if an account with card already exists


Incompatible with query string OKToAddDuplicateCard. All requests must use RejectDuplicateCard or OKToAddDuplicateCard if using Duplicate Card Check.
Use is allowed if Version is v1 (not v2)

string
length between 0 and 0

Use to allow account creation if an account with card already exists


Incompatible with query string RejectDuplicateCard. All requests must use OKToAddDuplicateCard or RejectDuplicateCard if using Duplicate Card Check.
Use is allowed if Version is v1 (not v2)

Body Params
card
object

Payment Card Data.

Choose exactly ONE of the following:

  • Payment Card Not Encrypted
  • Payment Card Encrypted
  • token
  • device object

If Version is v1: either card object or bank object is required
If Version is v2: card object or bank object is optional.

owner
object
required

Owner Details

Responses

Response body
object
string

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

string

Short description of the error if an error occurred.

Language
Credentials
URL