WithReach

WithReach is designed to work with form code or landing pages connected to Konnektive 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.

https://konnektive.atlassian.net/wiki/spaces/KCKB/pages/1131282433

 

Step 5:

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.