User Input Form & Stripe

Hi,

I’m Faily new to wix code and can’t seem to figure out how to make a simple dynamic user form connected to a data base which i have already set up and when the user has filled out the form and clicks pay/submit a payment to be paid using stripe and for the data to be saved to the database.

I have seen various other forums but can’t seem to get it round my head on the best and simplest way on how to make the form and integrate it with stripe.

Any help would be very appriated as my other option would be to pay a monthly fee for an application which I do not want to do.

Thanks

This requires coding skills. I did this for Paypal in a project and I did it in two parts. First of all I added the code from Paypal into a HTML Component and then sent the data / pricing into the HTML Component. When the payment was successfull I retrieved that from the HTML Component. The best way is to use some kind of IPN callback from Paypal or Stripe so whenever a payment is done they should make a POST to your site with all the info that you will store.

Then you need to setup the wix-http-functions to retrieve the post in a public API and also to secure it so no one can make payments by just calling your API functions.

This is not some easy thing to accomplish but you can of course do it, but it requires some kind of advanced coding.

Thanks alot will try that method.
I’m familar with coding but not that well with wix code.

Take a look at the new Example: Stripe Payment Processing .

Have fun,

Yisrael