Payment link to Bank app

I would like to know if i can link payment method to bank app on you user phone. or direct to predefined websites.
TThanks

You can use Wix Pay , or integrate the Stripe into your website:

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).

1 Like

Hi @yisrael-wix , hope all is well!

Sorry for digging up this old convo, but I’m trying to incorporate Stripe payment as well. I scoured this Forum/Wix Docs/Velo Docs, and yet still couldn’t find enough info on pros & cons of the following 3 possibilities:

  1. Wix Pay API: Couldn’t find any info on whether it’s meant only for Wix Payment OR if third party payment providers are included, but how do you think it stacks up against #2 below?
  2. Stripe RESTful: I actually found your highly popular example, but couldn’t reply (hence I’m here). Would you still recommend this given #3 below?
  3. Stripe package: This one seems to be the latest integration option, but not sure how well the npm works. Would you happen to have any insights?

I was hoping if you could share some of your wisdom on these missing pieces.

Many thanks,

1 Like

You can use wix-pay with any payment provider that you have connected to your site in settings panel. (Accept Payments section).

You can also use Stripe if you want. I don’t know what you want to do but I would use wix-pay to collect custom payments. I don’t see any case that Stripe would be better since you can connect Stripe to your Wix site and collect payments over Stripe using wix-pay.

Wix Pay APIs

1 Like

Thanks for getting back here as well @LoeiX ! :grin:

You’re right, I should’ve been clearer about my objective. My app will be:

Per wix-pay, I had dug up from older posts about breaking down within in-app browsers (eg. Facebook), UI being uncustomizable and other possible pitfalls in using lightbox.

Questions

  1. I wonder if the issues above still persist with wix-pay (which is why I was looking into more “versatile” options like Stripe)
  2. Will the wix-pay lightbox automatically show credit card+PayPal+Alipay buttons, if I’ve already set them up in the Accept Payments section?
  3. If #2 is indeed true, is it safe to assume that Wix Pay can securely handle payment details input (eg. card number) and transaction settlement for all 3 methods?

I would appreciate any foresight you could offer.

Regards,

You can’t customize the lightbox of Wix Pay.

Wix Pay is secure so there is no problem about that on Wix side.

It shows PayPal and Credit Card options but didn’t try AliPay.

If you are planning to sell digital products with Wix Stores why do you need wix-pay? Wix Stores already has it’s own checkout page. With many more API and customizations.

Thanks as always @LoeiX!

I was surprised Wix doesn’t offer slightest info on these UX matters, they just show Velo wix-pay doc. But, one would want to first know how the user flow will be like.

Having ranted that, would you happen to know if it works fine within in-app browsers? I’m assuming it will take care of payment details input (eg. card number, PayPal of the user).

If you are planning to sell digital products with Wix Stores why do you need wix-pay? Wix Stores already has it’s own checkout page. With many more API and customizations

Because, Wix Stores send digital product download link directly to the user after purchase

Thanks,

I’m also selling digital products and I’ve customized almost every flow of it with small changes.

Yes Wix sends it. What I can suggest is change it with a PDF that will show how to download the product.

And you can integrate it with Google Cloud etc.

Awesome, you’ve already been there, done that @LoeiX ! :upside_down_face:

My goal is actually to disallow digital product downloads, but instead let users view their purchases in their private page.

When you mentioned Wix sends it, what’s your setup?

  • Are you using the Wix Stores payment widget?
  • Or do you have your custom Wix Pay and despite that, it still sends download URL after a purchase?

Because I was planning to maximize everything Wix Stores has to offer, except the the payment widget on the Cart page (swap it with Wix Pay or other 3P providers), in the hopes of bypassing the default behavior above.

Best,

I didn’t change anything of Wix Stores I have integrated a custom solution to setup a custom download router for digital products to allow visitors update their products and download any time they want.

Wix auto sends a product (digital file) you choose when someone buys it this is what I meant by Wix sends it. I choose a PDF file something like README and Wix sends that to users not the real product.

I think Wix working on that feature but no idea when they will release it. (You will be able to send users to a custom checkout page instead the native Wix checkout page using e-com APIs)

-Update (They already release this):

createCheckout - Velo API Reference - Wix.com

1 Like

Thanks @LoeiX, seems my approach is worth trying then :innocent:

Since I’m only offering digital products, I’m planning to skip the checkout step and direct a purchaser cart-to-order step straight away, with wix-pay or some other 3rd party provider.

Best,