#gosborn

1 messages · Page 1 of 1 (latest)

jagged sequoiaBOT
delicate slate
#

AFAIK that isn't an option due to how the Apple Pa API works

worldly marten
#

Thanks for the reply! That's a bummer for our QA purposes. I have a followup question then:

#

stripe.PaymentIntent.confirm does this always return an Exception for any state other than successful "succeeded"?

#

This is using the Python SDK

delicate slate
#

It returns the API response, which will be a Payment Intent in whatever state is appropriate

#

It will throw an exception if there is an API request error.

worldly marten
delicate slate
#

Yes that is true

worldly marten
#

Great - thank you!