Account

An Account allows you to save one card or bank payment method for a customer. An account has a 1:1 relationship with a payment method. When an account is created an Account ID is generated to represent the account details.

Account

  • Create Account generates an Account ID that represent a 1:1 payment instrument and account holder details.
    • accountID: A TabaPay 22 character unique ID that represents one card or bank account.
  • Retrieve Account grabs account details using the Account ID.
  • Update Account updates all account details.
  • Delete Account removes an account.
  • Update Account V2 updates any one or more fields (e.g. Owner, Address, Phone, Exp. date), excluding card account numbers (Refer to v1).

Other Resources