Integrating to Collect Checkout is meant to be as simple as possible. The simplest way to integrate is with the button generator in your merchant control panel (coming soon). If you are building your own integration, then here’s a quick setup guide.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.
Quick Setup
Create your products
Create products
you’ll sell through Collect Checkout.
Create a checkout security key
Set up a “Checkout” security key
in your control panel
under public keys.
Add your success and cancel URLs
Add any URLs you will be using for success and cancel URLs to the
Allowlist.
- Make sure the checkout key you are using is attached to a user who can run sale and auth transactions.
- Likewise, ensure the user has Customer Vault access to use the add to vault functionality.
- The “checkout_button” div in this example would be styled by CSS to look like a button. Alternatively, you could use any element on a page, or even use something totally different to trigger the redirectToCheckout function.
- If you 100% must have the customer be redirected to your website after a successful sale, we recommend not showing a receipt. In that case, the sale will approve and the customer will be immediately redirected to your successUrl.
- If you are using Kount, the data collector will be active after enabling the service. No further integration work is necessary for the service to run.