Stripe recurring payment integration

Hey! So what I’ve been pulling my hair out to do is set up a simple checkout with Stripe for a non-profit organization that allows the user to input a variable amount for a donation while also giving an option to make recurring donations and/or a note for the user to indicate if the donation is for a specific project. Ultimately, the recurring donation and notes are just desires, but the ability for a user to make a donation according to their heart’s desire is a must.

yoav This code doesnt actually fetch the cart it just sets it to 250? How could you switch it to fetch the cart price from another page? I tried doing $w but yo ucan only do that on the page code not the back end. Thanks.

My members sign up to have an online profile and then people find them on my website and contact them. I would like them to only show up if they are paid members (monthly or annually) - is this the kind of thing you are cooking in the oven?

I really hope so. I am ready to wait a couple of months if this is the case.

Please let me know.
Thank you so much for your effort Wix Team!

Hi,
You can do that using code.
My suggestion is creating a boolean field “paidMember” in the database collection.
The next step in creating a mechanism that handles if the member is presented to others or not.
Feel free to paste here your code so we can inspect together.
Roi

Dear all,
I’ll use this topic to ask something similar.

I’ve been trying to associate a clearing house check-out solution for payments within my site using a solution called Digital Payment Solution, provided by SIBS based in Portugal. Documentation can be found here: https://sibs.docs.onlinepayments.pt/

I believe it’s possible to make this happen, but similarly to other members, I’m feeling completely lost as my coding skills are quite poor. I’m eager to learn, but some help would be extremely appreciated!!

Thanks to all!
Francisco

Anyone had any success ?

hi all,
anyone managed to intergate Stripe on their website, even for 1 single payment ?

Hi Yoav,
i read that in November 2017 you mentioned about working on something to make this easier… any updates?

thanks so much !

updates?

Hi,
Check out this tutorial:

Roi.

Hi Yoav,
It would be great if the Paid Plans application for subscription billing could incorporate custom billing intervals (rather than simply one-off or monthly payments) and a timestamp anchor to indicate when to begin the subscription payments. That is, if someone signs up on the 15th of October, they are charged on e.g. 1st November and again e.g. 6 months later. Coding this to integrate from Stripe into Wix is beyond my capability. Will the functionality of Paid Plans in Wix become broader to enable customisation of intervals and delayed payments?
Many thanks, Alex

Has anyone been able to figure out how to deal with stripe and subscriptions?

I have a backendProxy and privateAPI on my wix site that seems to be as they should, but I cannot seem to figure out how to setup the rest. What I am trying to do is to have a simple input form with a few fields (used for sending meta data to the stripe subscription), a dropdown or radiofield from where to choose between 3 types of subscriptions (3 different PLANS on stripe). After that, press “subscribe” and then have a lightbox open, with the payment details on and a final confirm button.

–Sebastian

@yoav-wix Are there any updates to this chain? I believe many of us have figured out the integration to get a one time charge where a user enters their credit card details one time. With the help of @david-seroy , you, and others / you tube videos - we can use either STRIPE ELEMENTS or API you have suggested to create these one time charges.

Has anyone figured out the code to next CREATE A CUSTOMER in stripe and:

-save credit card details (token)
-create customer in stripe
-retrieve token and card
-charge retrieved card
-create recurring charges (i.e. subscriptions)
-allow users to update card info on wix (and subsequently stripe)

Any help would be appreciated!!! Seems this has been a challenge for well over a year.

This would help me immensely if this could be solved. Have you manged to achieve what you wanted @tarrahopwood ?

Here, this is a working Stripe Recurring Payments Tutorial. Have fun!

@danjowett Dan - I have not! This next level of recurring payments and tokenization is still a mystery to me. @david-seroy Your posts have been SO helpful in the past - any luck with recurring stripe payments API integration with CUSTOMERS ?

Thanks @shan I will try this out! I replied on your new forum post! FYI @danjowett

I am trying to make this work to where after the charge, it submits the users information into a dataset. Is this even possible? I am trying to create a dataset that I can use to display who has ordered what. Any help would be greatly appreciated