#Bogdan
1 messages · Page 1 of 1 (latest)
Hi 👋
Payment Intents are not deleted so we can rule that out. To examine the rest can you share a Payment Intent ID or Checkout Session ID that is an example of this unexpected behavior?
well I am not sure how to find the ID's of the missing ones🥲 Is it okay if I share payment IDs for which I cannot find the associated payment intent?
For example: "py_1MSgywGa9JQ3EAshD2XhJScX" in the case of this payment I can find the payment intent in the list that I retrieve
But for this one: "py_1MRLBzGa9JQ3EAshyMfSRfV2" I cannot
Okay, taking a look at the weird one
Thank you!
Is my assumption correct that for each payment there should be an associated payment intent object?
No, not at all
For this payment it appears it's the result of a Transfer but let me keep digging
okay
Yup okay this payment was due to a transfer from one Stripe Account to another
So if you were expecting each Payment (py_) to be related to a Payment Intent (pi_) that would not necessarily be true. There are two different Connect Platforms your account is linked to and this Transfer came from one of them
So if the payment is done from a Connected account then there isn't a payment intent related to it but if it is comming from the outside(aka not a stripe connected account) then there will be a payment intent object created?
If there is a Payment Intent used to collect funds then yes there will be a Payment Intent. If a Connected account creates a Transfer that still moves funds to your account but does not use a Payment Intent
hmm okay
So if the payment is done through stripe checkout there will always be a payment intent no matter the email or payment method used to make the payment?
Correct