#jeb
1 messages · Page 1 of 1 (latest)
Hey there, can you share a little more context here?
I'm not sure exactly what you mean. Payment Intents and checkout sessions are related, but not the same.
What are you trying to do?
I'm using Payment Links, the payload for checkout session provides a status 'complete' and I'm wondering if that status is the same as the payload for PaymentIntent status
I need to use one or the other, and payment intent would allow us to accept ach payments because we can determine fulfillment based on that status code
not need to use but would like to use
checkout session status wouldn't equal complete if the payment intent did not equal succeeded right?
Apologies for the delay here
As I said, its related, but not the same
the Checkout session with be completed but the underlying payment intent (assuming there is one) will have status=succeeded
Yes especially for async payment methods like ACH you want to ensure you wait for the payment intent to be succeeded prior to fulfillment