#okay
1 messages · Page 1 of 1 (latest)
Sure, this is the frontpage https://stripe.com/docs/payments/accept-a-payment for using a CheckoutSession as a redirection method, and you have https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements for a PaymentElement that you can embed to your website
Thanks, I’ll take a look at those as soon as I can
How should I link my custom authentication with stripe checkout though?
I want to the customer have the ability to purchase only if they are logged in, and have make the checkout process tell stripe the uid of the customer that bought it
When you know your customer are logged in, create a Customer within Stripe API and link to your uuid
How would I "link" them though? Is there some special client id field for the customer object?
You can use metadata!