- After successfully setting up Quadpay Connect (powered by Stripe) for your Quadpay account, you can add Quadpay as a payment option in your Shopify store. You can find your account credentials in the Quadpay Merchant Portal (Settings tab).


- Install the Quadpay Canada payment gateway by navigating here. You will need to login to your Shopify store using the Shopify Account Owner credentials.
Please ensure that Quadpay Connect is set up prior to adding the Quadpay payment gateway to ensure that you receive payouts for your Quadpay orders.
- Once logged in, you will be asked to approve adding Quaday to your Shopify store. Click the Install payment provider button.


-
You will be directed to the Shopify Payment providers page.
-
Under Alternative payment methods select Quadpay.


- Be sure to update the URL to the Quadpay CA payment provider (1056255) to ensure that you have the Quadpay payment gateway for Canada.


-
Copy and paste your Quadpay Merchant ID and API Key provided to you in the Quadpay Merchant Portal.
Take care not to add any additional spaces or characters to these fields. -
Click the Activate Quadpay Canada button to save your credentials and activate Quadpay as a payment method on your Shopify store.
*Only enable Test mode if you are testing in a sandbox or staging environment. Most merchants find this unnecessary as you can refund a test order from the Merchant Portal. If you do require Quadpay staging credentials, please contact [email protected]


- If you'd like to have your final Shopify order ID associated with your Quadpay order, you will need to add an additional script. To do this, navigate to Settings -> Checkout -> Order Processing -> Additional Scripts and add the following:
<script src="https://cdn.quadpay.com/latest/quadpay.js"></script>
<script>
quadpay.associate("{{ checkout.id }}", "{{ order.name }}");
</script>
FAQ
I received a "This page isn't working" HTTP ERROR 401, what should I do?
When you receive this error. Please check the URL. Does it have sandbox.gateway.quadpay.com... in it?


If it does, please go to your Shopify Quadpay CA Payment Gateway configuration and ensure you disable Enable test mode.


If it does not, but you're still receiving "This page isn't working" HTTP ERROR 401, then please ensure your Merchant ID and API Key are copied correctly from your Quadpay Merchant Portal.
Updated a day ago