Hi everyone,
I’m integrating ClicToPay, a local Tunisian payment gateway (Visa/Mastercard, 3-D Secure), into a Shopify store.
ClicToPay’s official flow is redirect-based (customer is sent to a hosted payment page and the merchant later confirms payment via API).
From my understanding:
-
Redirect payments can appear in Shopify Checkout only via an approved Payments App (offsite payments extension).
-
If the payment provider doesn’t offer an official Shopify Payments app, a merchant can’t add it natively to checkout.
-
The supported alternative is using a manual / pay-by-link flow (order created unpaid → customer pays externally → order marked as paid).
Can someone confirm:
-
That a redirect-based gateway cannot be used inside checkout without an approved Payments App?
-
That manual/pay-by-link is the recommended solution when a gateway isn’t officially supported?
Thanks!