#phonicuk
1 messages · Page 1 of 1 (latest)
Hello! What do you mean by "sessions"? Do you mean Charges, or something else?
as in using https://stripe.com/docs/api/checkout/sessions/list and specifying a payment_intent - would it only ever return a single entity when that intent is supplied?
Even though the API technically returns an array of sessions
Oh, gotcha. Yeah, you should only get back a single Checkout Session in that scenario.