#remarkable_quokka_28643
1 messages · Page 1 of 1 (latest)
Hi there!
Do you want customers to pay on your own website, or on a Stripe hosted page?
Hi Soma, if it on a stripe hosted page does that mean when the customer clicks purchase then another page opens which has the form on it to collect all there deatils?
Maybe we need to do it on our website as the following came from the company that will send out the digital products:
-
Build the form (including the STRIPE-payment) in your website. Make sure you have all necessary fields needed (for using our API) in the form.
-
When the member has registered and the payment is verified by STRIPE, use our API to send the member information to Cardskipper from your website.
Hi Soma, if it on a stripe hosted page does that mean when the customer clicks purchase then another page opens which has the form on it to collect all there deatils?
Yes
Maybe we need to do it on our website
Then is this case you have to use the Payment Element. And since it's your page, you can add as many custom fields as you want.
Ok thanks. Which payment element would you recommend. Sorry for all the dumb questions is the element code that we paste into our website
There's only one Payment Element. And here's the guide that covers how to implement it: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
Thanks Soma, this looks like we have to do a lot of code adding to our site. Is that correct or am I over thinking it?
It requires some code yes. If you are looking for something simpler we have Checkout Sessions and Payment Links. However both will require the user to be redirected to a Stripe owned page to enter their payment information.
Would I then be able to use my Cardskipper API to send the purchaser information from the stripe owned page?
What is "Cardskipper API"?
cardkipper is the company that will send out the digital products.
When a payment happens in your Stripe account, Stripe will send you a webhook event with all the information. Then it's up to you to do what you want with this information. https://stripe.com/docs/webhooks
thanks Soma so the webhook is the same regardless of whether or not the payment is made on the website or a stripe owned page
Correct
ok so I need to check with cardskipper if we can automatically send the webhook event information to their API to trigger the sending of the product
Maybe, I know nothing about cardskipper. Another option is you receieve the webhook event, and then forward the relevant information to them.
ok the whole idea is that when a customer decideds on the product and purchases it they shortly after recieve the product digitally so we need to try and integrate everything so it is seemless without us having to do anything
What happens after the pruchase is completely up to you.
ok but we can have the webhook sent where we request? Or is it coming into our dashboard?
👋 The webhook events are sent to the URL you provide when you create the webhook endpoint
hi Hanzo thanks mate. Sorry I am not technically upthere so sorry for what maybe silly questions. If it is sending to a URL is an API set up under a URL?
Yes that's where you/your developers would write the logic to handle the incoming events.
ok thanks.
I will try and add the element to our website tomoroow as a starting point and then see how we go
Soory I meant will work out how to use a STRIPE owned page for the checkout. is there a link for that
this is for the stripe owned page?
Yes, stripe hosted checkout
Ok and it doesn't matter what type of website you have ie, wordpress, joomla ect
If you're using wordpress, you may just want to use a plugin or something
would that be a 3rd party plugin or you have your own?
I believe it is a third-party maintained plugin
https://stripe.com/docs/connectors/non-stripe-connectors
ok thanks and just to confdirm regardless of what we use we will always recieve the webhook
Correct
ok thanks