Get Vault Payment Account

Retrieve details of a vault payment account by uuid

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

uuidstringRequired
The UUID of the payment account to get

Response

Vault payment account retrieved successfully
idinteger
Internal database ID for the vault record
vaults_idstring
Legacy vault identifier
uuidstringformat: "uuid"
Universal unique identifier for the payment account
midstring
Merchant ID associated with this vault
account_tokenstring
Tokenized representation of the payment account
card_brand_idstring

Identifier for the card brand/network (1=Visa, 2=Mastercard, 3=Amex, 4=Discover)

vault_account_type_idstring

Identifier for the account type (1=Credit, 2=Debit, 3=Checking, 4=Savings)

namestring
Cardholder or account holder name
nicknamestring or null

User-defined friendly name for the payment method

last_fourstring
Last four digits of the account number
expirationstring or null

Card expiration date (for card accounts)

account_zipstring

Billing address ZIP/postal code

address1string
Billing address line 1
address2string or null

Billing address line 2 (optional)

citystring
Billing address city
regionstring

Billing address state/province/region

countrystring
Billing address country code
emailstring
Customer email address
phonestring
Customer phone number
custom_06string or null

Custom field for merchant-specific data

custom_07string or null

Custom field for merchant-specific data

custom_08string or null

Custom field for merchant-specific data

custom_09string or null

Custom field for merchant-specific data

custom_10string or null

Custom field for merchant-specific data

entry_classstring or null

ACH entry class code (for bank accounts)

is_deletedstring

Soft delete flag (0=Active, 1=Deleted)

is_defaultstring

Default payment method flag (0=Not Default, 1=Default)

updatedstringformat: "date-time"
Timestamp of last update
updated_bystring

User/system that last updated the record

createdstringformat: "date-time"
Timestamp when the vault was created
created_bystring

User/system that created the record

profile_idstring or null
Associated customer profile identifier
ach_acct_type_idstring or null

ACH account type identifier (1=Checking, 2=Savings)

product_idstring

Card product identifier (Gateway Product Identifier)

Errors