#tjabaut - target

1 messages · Page 1 of 1 (latest)

broken hatch
#

Hello, I am not familiar with your term "target" here. Can you explain more of what you are looking for here?

#

Are you looking for a Stripe hosted payment page?

granite quiver
#

target = link
yes. I would just like to pass the details of the payment to stripe.
Sorry for not understanding the Stripe lingo. New to this paltform

broken hatch
#

And if you want one link that creates a lot of the same checkout session then PaymentLinks will work for you

granite quiver
#

So does that require me to host middleware myself?

#

"Then install the libraries for access to the Stripe API from your application:"

This leads me to beleive that I will need to install this on another server

broken hatch
#

If you are using Stripe Checkout then yes you will need your own server. For PaymentLinks they are entirely Stripe hosted though it is less flexible

granite quiver
#

Ok so with what I am asking.. Is there anyway to do it with Stripe hosted?

#

If not I will approach it from another angle. I am trying to simplify as muc has possilbe

#

Also if using my own server the docs do not seem to state any dependency on SSL... Shouldn't this session be encrypted?

broken hatch
#

Those both create Stripe hosted pages but Stripe Checkout requires you to have your own server to create the link to the hosted page as you need to make your own API calls to do things like specify the items in a specific order