Hi, is it possible to add different payment portal on Wix Store?

Currently, our support payment portal is 2Checkout on Wix Store. Is it possible to modify it via code or something? And add our 3rd party payment API?

Hello,

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 Anastasia,

Thanks for the assistance and for a well documented guide you gave me. Here is my issue, so I added a Wix Store app on my page. Added some few products then have my credit card payment solutions ready which on my case is 2Checkout which is the only available provider that I have.

Now the problem is, I want to modify this provider since I am using Wix Store app. I am looking on that Checkout Page that looks like this:

So the question is, is it really possible to modify the provider here programmatically? The Credit/Debit Card option was already configured to 2Checkout, we want to modify it to different provider. We look for all documentations, but we cannot find any link to modify this part. We cannot also fine how to modify even the Shopping Cart page, because it is hidden on the Store Page list.