For the complete documentation index, see llms.txt. This page is also available as Markdown.

IncreaseBilling

STEP 1

Activate and edit the IncreaseBilling gateway.

Enter Title and descriptor

Enter apiURL and apiKey obtained from your IncreaseBilling account

Choose to enable useRecurringAI

STEP 2

IncreaseBilling may require use of their device fingerprint for fraud prevention. This is supported on both CheckoutChamp hosted pages and a direct API integration.

  • Review IncreaseBilling documentation

  • Add the necessary HTML to your checkout page

    • replace [API_URL] in the src URL with the apiURL value from Step 1

    • add the hidden inputs and script below to the checkout page body below the first script tag

  • If using CheckoutChamp hosted pages

    • No further action needed. The information gathered by the script will be automatically sent along with the order to the CRM, and included in transaction requests to IncreaseBilling

  • If using a direct API integration

    • Pass the resulting value from the fraudSessionId input as fraudSessionId on the Import Order API call

Last updated