#incredible_panda_28452

1 messages · Page 1 of 1 (latest)

stray pulsarBOT
tulip idol
blissful smelt
#

Does that mean that if you try to deduct after 7 days, you fail to deduct

#

Does this 7 days count from the moment I authorize it

tulip idol
#

The authorisation will be canceled after 7 days if your system doesn't capture it

#

The 7 days authorisation starts from the time when the payment is succeeded

blissful smelt
#

So what API should we call before deducting to check whether it can be deducted? Is there an API that will not be cancelled?

tulip idol
#

If the authorisation is canceled, payment_intent.canceled event will be sent. Alternatively, you can make a Payment Intent Retrieval request to check if the payment intent has been canceled

#

Is there an API that will not be cancelled?
What is the use case here?

blissful smelt
#

No, I just confirmed the expiration time of this pre-authorization, and it has not been officially accessed yet.

#

May I ask how we can access stripe in the test environment of apple Clips

tulip idol
#

Stripe doesn't surface the expiration timestamp of the authorisation, but you can use the Payment Intent Retrieval to check if the authorisation has been canceled

blissful smelt
#

Payment Intent Retrieval?What API is that?

tulip idol
blissful smelt
#

Okay, so this one just needs to be returned correctly so you can deduct again? Or by which field is returned?

tulip idol
blissful smelt
#

ok. tks