Update Vault Payment Account

Enables updating demographic detail for an existing Vault ID

Path parameters

vault_idstringRequired
The vault ID of the payment account to update

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
midstringRequired
Merchant ID number
account_zipstringOptional
Postal code
is_defaultstringOptional

Whether or not this payment method is the default account (Y)

ach_acct_type_idenumOptional

The type of ACH account. 1 - checking, 2 - savings, 3 - ledger

Allowed values:
address1stringOptional
Address information
address2stringOptional
Address information
citystringOptional
City of payment account holder
regionstringOptional
State of payment account holder
countrystringOptional
Country of payment account holder
emailstringOptional
Email address
namestringOptional
Name
phonestringOptional
Phone number
custom_06stringOptional
Customer level custom field
custom_07stringOptional
Customer level custom field
custom_08stringOptional
Customer level custom field
custom_09stringOptional
Customer level custom field
custom_10stringOptional
Customer level custom field

Response

Vault updated successfully
vault_idstring or null
The vault ID
account_zipstring or null
Postal code
is_defaultstring or null
Whether this is the default payment method
ach_acct_type_idstring or null
ACH account type
address1string or null
Address information
address2string or null
Address information
citystring or null
City
regionstring or null

State/region

countrystring or null
Country
emailstring or null
Email address
namestring or null
Name
phonestring or null
Phone number
custom_06string or null
Custom field
custom_07string or null
Custom field
custom_08string or null
Custom field
custom_09string or null
Custom field
custom_10string or null
Custom field

Errors