Solid
STEP 1
Obtain publicKey and secretKey from Solid.
Go to Gateways | Gateway Integrations. Select the Solid tile. Click on + Activate.

Enter publicKey and secretKey.
Choose to force Secure3DS for all checkouts. Solid may request a 3DS challenge even with this set to No. The checkout page must handle a 3DS challenge (Step 4 below).

Click the green Create Gateway button to save your changes and create the gateway.
STEP 2
Add the hidden input browserData inside of the same form as the card input.
<input type="hidden" name="browserData" value="" id="browserData">
STEP 3
Add this script to your page before the closing body tag.
STEP 4
Ensure the checkout page supports the standard 3DS workflow
Last updated