#remarkable_quokka_28643

1 messages · Page 1 of 1 (latest)

unkempt stagBOT
unborn obsidian
#

Hi there!

#

Do you want customers to pay on your own website, or on a Stripe hosted page?

fiery mulch
#

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:

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

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

unborn obsidian
#

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.

fiery mulch
#

Ok thanks. Which payment element would you recommend. Sorry for all the dumb questions is the element code that we paste into our website

unborn obsidian
fiery mulch
#

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?

unborn obsidian
#

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.

fiery mulch
#

Would I then be able to use my Cardskipper API to send the purchaser information from the stripe owned page?

unborn obsidian
#

What is "Cardskipper API"?

fiery mulch
#

cardkipper is the company that will send out the digital products.

unborn obsidian
#

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

unkempt stagBOT
fiery mulch
#

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

unborn obsidian
#

Correct

fiery mulch
#

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

unborn obsidian
#

Maybe, I know nothing about cardskipper. Another option is you receieve the webhook event, and then forward the relevant information to them.

fiery mulch
#

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

unborn obsidian
#

What happens after the pruchase is completely up to you.

fiery mulch
#

ok but we can have the webhook sent where we request? Or is it coming into our dashboard?

gloomy sentinel
#

👋 The webhook events are sent to the URL you provide when you create the webhook endpoint

fiery mulch
#

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?

gloomy sentinel
#

Yes that's where you/your developers would write the logic to handle the incoming events.

fiery mulch
#

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

fiery mulch
#

this is for the stripe owned page?

gloomy sentinel
#

Yes, stripe hosted checkout

fiery mulch
#

Ok and it doesn't matter what type of website you have ie, wordpress, joomla ect

gloomy sentinel
#

If you're using wordpress, you may just want to use a plugin or something

fiery mulch
#

would that be a 3rd party plugin or you have your own?

gloomy sentinel
fiery mulch
#

ok thanks and just to confdirm regardless of what we use we will always recieve the webhook

gloomy sentinel
#

Correct

fiery mulch
#

ok thanks