WithReach

WithReach is designed to work with Checkout Champ pages or landing pages connected to Checkout Champ via direct API. It will not work with Order Entry if a 3DS challenge is required.

WithReach supports PayPal checkout. See Step 5 for instructions.

Step 1:

Go to Merchants Gateway Integrations and activate the WithReach tile with the “+ Activate” button

Step 2:

Enter the MerchantId and HMACSecret from your WithReach account. Enter your Descriptor and Mid #.

useTestServer - use this only for testing. Uncheck this for live transactions.

acceptLiability - Check this box to use CRM fraud plugins. Uncheck this box to use Reach fraud screening.

Press the green “Create Gateway” button to create your WithReach gateway.

Step 3:

Apply the gateway to your offers and upsells within the campaign.

Step 4:

WithReach requires the checkout page to support proper handling of 3DS. This must be implemented to capture device information, even if not using 3DS.

Basic 3DS Instructions

Step 5:

CheckoutChamp pages

Go to your funnel Settings > Payments. Add your Reach gateway to your Pay Pal Payment field.

Direct API

WithReach supports PayPal as a checkout option. When a consumer chooses the PayPal checkout option on your checkout page, pass the following into the Import Order API:

prepaidType - WITHREACH_PAYPAL

paySource - PREPAID

forceMerchantId - the WithReach gatewayId from the gateway list (the gateway created in step 2)

The consumer will be redirected to PayPal using standard redirect handling from Step 4. The process will complete with no additional coding necessary.