#frmiqueias-checkout

1 messages · Page 1 of 1 (latest)

low eagle
high tendon
#

Is this the best way to get a checkout after receiving the webhook payment_intent.succeeded ?

low eagle
#

If you're going from a payment_intent.succeeded event then yes, that's the best way. The other alternative is to listen for the checkout_session.completed event and get the Payment Intent ID from there

high tendon
#

Ok,

#

Can 1 payment_intent have more than 1 checkout/payment_link?

low eagle
#

No, it should only have one

high tendon
#

Ok,

#

Thanks so much for helping!