#froggy

1 messages · Page 1 of 1 (latest)

tall vineBOT
plucky remnant
#

No it should not

#

The Payment Intent gets created when the customer completes the checkout process

supple mesa
#

so the payment intent is created after the stripe checkout process concludes?

#

how can i access the payment intent then

#

why is it that the sample has a payment_intent?

plucky remnant
#

At what point do you want to access the Payment Intent?

#

Are you using webhooks and listening for the checkout.session.completed event?

supple mesa
#

actually, the reason why i need the payment intent is so that i can create a Transfer object

supple mesa
plucky remnant
supple mesa
#

Sure, I'll take a look. Thank you for your help

#

Oh one more thing

#

To link a Transfer object with a stripe checkout session object, what should I be doing?

plucky remnant
#

What is the purpose of the Transfer?

supple mesa
plucky remnant
#

Okay.

#

You would likely also want to be sure the Payment Intent had a status of succeeded

supple mesa
#

Understood, I'll try it out! Thank you so much for your help.