Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bancofcalifornia-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

HTML Form Fields Request

HTML Form FieldsDescription
billing-cc-number*Credit card number.
billing-cc-exp*Credit card expiration. Format: MMYY
billing-cvvCard 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-typeThe customer’s ACH account type. Values: ‘checking’ or ‘savings’
billing-entity-typeThe 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***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-nameCardholder’s first name. Overwrites value if passed during step one.
billing-last-nameCardholder’s last name. Overwrites value if passed during step one..
billing-address1Cardholder’s billing address. Overwrites value if passed during step one.
billing-cityCard billing city. Overwrites value if passed during step one.
billing-stateCard billing state/province. Overwrites value if passed during step one. Format: CC
billing-postalCard billing postal code. Overwrites value if passed during step one.
billing-countryCard billing country code. Overwrites value if passed during step one. Format: CC/ISO 3166
billing-phoneBilling phone number. Overwrites value if passed during step one.
billing-emailBilling email address. Overwrites value if passed during step one.
billing-companyCardholder’s company. Overwrites value if passed during step one.
billing-address2Card billing address, line 2. Overwrites value if passed during step one.
billing-faxBilling fax number. Overwrites value if passed during step one.
shipping-first-nameShipping first name. Overwrites value if passed during step one.
shipping-last-nameShipping last name. Overwrites value if passed during step one.
shipping-address1Shipping billing address. Overwrites value if passed during step one.
shipping-cityShipping city. Overwrites value if passed during step one.
shipping-stateShipping state/province. Overwrites value if passed during step one.
shipping-postalShipping postal code. Overwrites value if passed during step one.
shipping-countryShipping country code. Overwrites value if passed during step one.
shipping-phoneShipping phone number. Overwrites value if passed during step one.
shipping-emailShipping email address. Overwrites value if passed during step one.
shipping-companyShipping company. Overwrites value if passed during step one.
shipping-address2Shipping address, line 2. Overwrites value if passed during step one.
shipping-faxShipping fax number. Overwrites value if passed during step one.
Field markers
  • * 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.

HTML Form Fields Response

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]