CCBill

You will need to reach out to CCBill and let them know you are using CheckoutChamp's recurring billing engine. This is not enabled by default and will cause rebill issues.

Disclaimers:

CheckoutChamp does not store any card details for merchants using CCBill's Payment Gateway

CCBill will work for one-time and recurring purchases

CCBill will ONLY work with landers that connect to CheckoutChamp via Direct API. This will NOT work with Form-code landers and/or Order Entry.

STEP 1

CCBill account setup

Login to your CCBill account

STEP 2

Add CCBill to CRM gateway list

To use the CCBill Gateway, go to Gateways | Gateway Integrations and select the CCBill button, then click on +Activate.

Enter the following information specific to CCBill:

  • clientAccNum - your CCBill account number

  • clientSubacc - your CCBill subaccount number

  • username - your CCBill Data Link username. The username cannot include the # character.

  • password - your CCBill Data Link password. The password cannot include the # character.

  • FlexID - the Flex ID of your CCBill FlexForm

  • SaltKey - the TripleDES Encryption Key on the Account Info > Sub Account Admin > Advanced page in CCBill

Click the green Create Gateway button to save your changes and create the Mid.

STEP 3

CRM Campaign setup

Assign the gateway to campaign products

STEP 4

Checkout page setup

Pass paySource=PREPAID and prepaidType=CCBILL on the import order API call from your checkout page

One option is to use hidden input fields on the page

<input type="hidden" name='paySource' value="PREPAID">
<input type='hidden' name='prepaidType' value='CCBILL'>

CheckoutChamp

CCBill is compatible with CheckoutChamp by following the instructions below:

  1. Setup the gateway as described in Steps 2 and 3

  2. On the checkout page, edit your checkout button. Set Title=CCBill and Action=Submit + Route. Also set Product if the page is a single-product checkout.

  3. Save the page and exit the page builder

  4. Draw an arrow leaving the checkout page, if it does not already exist

  5. On the arrow settings, choose the CCBill button

  6. Publish

    NOTE: Card Number should not be on your checkout page. CCBill will handle card entry.