Customer Vault Operations: Step 2
| HTML Form Fields | Description |
|---|---|
| billing-cc-number* | Credit card number. |
| billing-cc-exp* | Credit card expiration. Format: MMYY |
| billing-cvv | Card security code. |
| billing-account-name** | The name on the customer’s ACH Account. |
| billing-account-number** | The customer’s bank account number. |
| billing-routing-number** | The customer’s bank routing number. |
| billing-account-type | The customer’s ACH account type. Values: ‘checking’ or ‘savings’ |
| billing-entity-type | The customer’s ACH account entity. Values: ‘personal’ or ‘business’ |
| billing-micr† | Physical check’s Magnetic ink strip, on supported check processors. For use with ‘POP’ or ‘ARC’ sec-code. |
| billing-track-1*** | Raw magnetic stripe data, track 1. |
| billing-track-2*** | Raw magnetic stripe data, track 2. |
| billing-track-3*** | Raw magnetic stripe data, track 3. |
| billing-magnesafe-track-1*** | Raw MagTek Magensa encrypted reader data. |
| billing-magnesafe-track-2*** | Raw MagTek Magensa encrypted reader data. |
| billing-magnesafe-track-3*** | Raw MagTek Magensa encrypted reader data. |
| billing-magnesafe-ksn*** | Raw MagTek Magensa encrypted reader data. |
| billing-magnesafe-magneprint-status*** | Raw MagTek Magensa encrypted reader data. |
| billing-social-security-number**** | Customer’s social security number (Checked against bad check writers database if check verification is enabled). |
| billing-drivers-license-number**** | Driver’s license number (Checked against bad check writers database if check verification is enabled). |
| billing-drivers-license-dob**** | Driver’s license date of birth. |
| billing-drivers-license-state**** | Customer’s driver’s license state. Format: CC |
| billing-first-name | Cardholder’s first name, overwrites value if passed during step one. |
| billing-last-name | Cardholder’s last name, overwrites value if passed during step one. |
| billing-address1 | Cardholder’s billing address, overwrites value if passed during step one. |
| billing-city | Card billing city, overwrites value if passed during step one. |
| billing-state | Card billing state/province, overwrites value if passed during step one. Format: CC |
| billing-postal | Card billing postal code, overwrites value if passed during step one. |
| billing-country | Card billing country code, overwrites value if passed during step one. Format: CC/ISO 3166 |
| billing-phone | Billing phone number, overwrites value if passed during step one. |
| billing-email | Billing email address, overwrites value if passed during step one. |
| billing-company | Cardholder’s company, overwrites value if passed during step one. |
| billing-address2 | Card billing address, line 2, overwrites value if passed during step one. |
| billing-fax | Billing fax number, overwrites value if passed during step one. |
| shipping-first-name | Shipping first name, overwrites value if passed during step one. |
| shipping-last-name | Shipping last name, overwrites value if passed during step one. |
| shipping-address1 | Shipping billing address, overwrites value if passed during step one. |
| shipping-city | Shipping city, overwrites value if passed during step one. |
| shipping-state | Shipping state/province, overwrites value if passed during step one. Format: CC |
| shipping-postal | Shipping postal code, overwrites value if passed during step one. |
| shipping-country | Shipping country code, overwrites value if passed during step one. Format: CC/ISO 3166 |
| shipping-phone | Shipping phone number, overwrites value if passed during step one. |
| shipping-email | Shipping email address, overwrites value if passed during step one. |
| shipping-company | Shipping company, overwrites value if passed during step one. |
| shipping-address2 | Shipping address, line 2, overwrites value if passed during step one. |
| shipping-fax | Shipping fax number, overwrites value if passed during step one. |
| * | Required for keyed credit card transactions. |
| ** | Required for ACH transactions. |
| *** | Used for retail transactions. Variables used dependent on swipe device. |
| **** | Required for check verification. |
| † | Required for check scanning. |
Once the Payment Gateway has collected the customer’s sensitive payment details, the customer’s browser will immediately be redirected back to the redirect-url on your web server. A variable named token-id will be appended to the redirect-url in the GET query string as described below:
https://redirect-url/?token-id=[token]