What I’m trying to do:
Hi fellow developers.
It seems to me that the developers at Wix Studio have been working on integrating the Scandinavian payment system MobilePay for over six years. Unfortunately, they haven’t been successful yet. We need it for our online store, and Stripe offers it as an external payment provider. However, Wix only seems to be able to access credit cards via the API, not MobilePay.
In your experience, how is it possible to integrate this payment service into the checkout? As far as I know, Wix Studio doesn’t allow backend programming. dev mode is only available in the standard Wix Editor, and the checkout isn’t editable at all. How did you solve this?
This is the key to our project, and future ones as well.
Best regards from Denmark.
Signe
Definitely possible to code in Wix Studio
- About Coding with Wix Studio
It’s also possible to integrate a Payment Provider with the Service Plugin if it’s not offered as a native integration - Tutorial: Payment Provider Service Plugin
1 Like
Thanks Noah for your quick reply. Since I’m a complete novice at website programming, and I mainly program industrial systems and home automation, I’m having a bit of a tangle. I can’t even access the checkout in the editor, so how should I implement the payment so that it works equivalently to Stripe or offline payments?
You won’t need access to the checkout - it’s implemented as a Service Plugin. In short, they allow you to extend and customize the business logic, without having to build the whole flow.
You define the config and logic (following the tutorial linked), and when a user goes through the checkout process, the Service Plugin is called to provide the payment provider as an option 
2 Likes
Thanks Noah, I’ll take a look. And thanks for the links. I’ll reply in the thread to let you know if I’m successful. 
1 Like