Custom Payment Option: Satispay

Hi all,

not sure this is the right place, but still. I need to add a custom payment option to my Wix Premium Site.
Currently the only supported possibilities in Italy are:

  • Credit Card

  • PayPal

  • Manual

I really need to add Satispay as it is gaining traction here.
Satispay documentation on how to use their APIs is very clear ( doc ) but I’m not able to find documentation about how to integrate it with Wix.
For best user experience, it would be preferrable to list Satispay along the other methods in “payment method” page of the checkout menu.

Is there any way to create a module for the Wix backend? (similar to the PayPal one, for example)

thanks

We have a step by step guide on how to work with APIs : Corvid: Accessing Third-Party Services with the Fetch API . By following this article you can call a third-party service directly from your client-side code.

Below you can find some examples where you can see code that interfaces with an external API. You can load the examples in your Editor, play with them, learn, and apply to your own site and specific API that you are interested in using:

Expose and Access Site APIs
Use MyApi and MyApiClient to expose and access external APIs.

Send Email with SendGrid NPM Interface
Send an email using the SendGrid NPM library.

Send Email with SendGrid REST Interface
Send an email using the SendGrid REST API.

Stripe Payment Processing
Integrate the Stripe Payment processing system into a site. Three levels of user access are demonstrated: visitor, freemium (registered), and premium (paid).

Hi Anastasiia, thanks for your kind reply.
The link you posted are quite useful in general, I already read some of them before opening this thred.

There’s still a point that’s bugging me: in order to call the third-party API from client (or server) as you posted, I need to customise the standard payment form. (linked below)

In need to add a third payment method in addition to Manual and Credit Card. How can I do that? Is it possible?

Hi Paolo, I’m seeing they didn’t respond to you anymore. Did you successed in installing API for Satispay on your site? I’m interested too!

Hello ! I’m trying to implement Satispay payment option in my website. I’ve read the documentation here Tutorial: Payment Provider Custom Extension and the Tazapy implementation exemple was successfull. I’ve created a Satispay Sandbox but I’m not sure about the API key creation method (Overview of the integration process)
Has anyone added Satispay as a payment option yet?