#dan-checkout-webhook
1 messages · Page 1 of 1 (latest)
Hello danboyle8637, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• danboyle8637, 6 days ago, 7 messages
dan-checkout-webhook
@frank bridge Checkout requires you to do real manual work to complete it. What we do have is our CLI product https://stripe.com/docs/cli and that one allows you to trigger a checkout.session.completed from the command line and might be a good fit
but there's no way for you to write your own custom code/logic to force complete a Checkout Session
okay... thanks. I've used the cli before but liked the way the fixtures allows you to use your own product data.
I'll go test things. Thanks again
sure thing!
one more quick question...
sure!
A checkout session still creates a charge through right? So in therory I could create a fixture with a charge
A Checkout Session creates a PaymentIntent which then in turn creates a Charge yes
okay cool... tahnks that's th path I was looking for too. I appreciate the help!