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 #.
Choose your 3D Secure option:
Secure3DS = Yes - enable native 3DS from WithReach
Secure3DS = No - do not use 3DS or use third-party 3DS, such as PAAY.
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.
Step 5:
CheckoutChamp pages
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:
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.