See the Simple Inline Example for a basic web page using this implementation. While the Inline integration model offers many customizable options, you can also get started quickly with a basic form. First, install the following JavaScript on your payment form page, preferably in the HEAD element: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.
div, for example) where the sensitive payment info will be collected. The following IDs are expected to be used in place of standard form inputs:
For Credit Card Payments
ccnumber(Credit card number)ccexp(Credit card expiration date)cvv(CVV)
checkname(Checking account name)checkaccount(Checking account number)checkaba(Routing number)checktransit(Check transit)checkinstitution(Check institution)
payButton.” When the customer clicks this to submit the form, Collect.js will collect the data from all inline iframes and submit the form with a new “payment_token” value which is an encrypted version of the payment data.
After this form is submitted to your site, you can submit the data to the gateway via the Payment API. For example:
checktransit and checkinstitution make sure you include currency of “CAD” when you submit the data to the gateway via the Payment API. For example: