Customer Vault
Create customers and store payment methods with ECRYPT's customer vault. Each customer profile supports a wallet which can store tokens for both credit card and ACH payment methods.
Customer Properties
| Personal Information | Credit Card Details | ACH Details | Shipping Information |
|---|---|---|---|
| Customer name | Cardholder Name | Accountholder | Shipping address |
| Mailing address | Credit card number | Account number | City |
| Email address | Expiration date | Routing number | State |
| Phone number | Billing address | Billing address | Zip code |
| Customer ID | Billing zip code | Billing zip code | Country |
| -- | -- | -- | Phone number |
Customer ID GenerationECRYPT will automatically generate a unique ID when saving a customer record.
Customer Vault Actions
- Create customer
- Create customer with payment method
- Charge existing customer's default payment method
- Charge existing customer's secondary payment method
- Update customer
- List customer
- Delete customer
- Get customer
Link to API reference for Customer Vault actions
Customer Wallet
You can store multiple payment methods on a customer profile. All credit card and ACH account numbers are tokenized and displayed as truncated numbers to ensure you take no responibility in storing sensitive payment data.
Merchant Defined Fields
Merchant defined fileds are custom fields that can be added to customer records and displayed in checkout experiences. You can create up to 21 merchant defined fields and choose from a variety of fileds types including:
| Field Type | Description |
|---|---|
| Text Box | Simple text box to enter data like reference IDs, additinal names, phone numbers, etc. |
| Dropdown | Dropdown box to select one of multiple options. |
| Radio Select | Check box to select yes/no questions or select multiple options. |
Updated about 1 year ago