#danboyle8637

1 messages · Page 1 of 1 (latest)

muted nimbusBOT
trail bone
#

hello! are you collecting one-time payments or subscriptions?

raven python
#

Both... but in my current tests I am working with one time payments

trail bone
#

actually, what you would want to do is to use Checkout Sessions instead of Payment Links. When you create the Checkout Session, you would pass in a Customer id [0] so that the payment(s) or subscription(s) will always be associated with the "correct" Customer

[0] https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer

raven python
#

Okay... with Checkout sessions I have to host the checkout page in my app or can I still use the Stripe checkout flow?

trail bone
#

you can still use the Stripe Checkout flow

raven python
#

Oh nice... thanks. I was getting all turned around in the docs. This should be pretty simple now. I'm off to read!

#

Yeah that seems very straight forward. I'll whipe up my endpoint and test it out. Thanks again!