#Raymond Wong

1 messages · Page 1 of 1 (latest)

cunning chasmBOT
hollow tiger
#

Do you have an example request that produced this pending status? That usually refers to delayed payment methods like ACH and SEPA.

Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request

sharp mason
#

It's not ACH or SEPA

#

Payment type is iDEAL - it's the only payment type we use for all payments.

hollow tiger
#

Yup, I believe that's expected, since iDEAL is a bank account payment method, there may be a short period of time where the bank account is being verified. It is recommended that you use webhooks for fulfillment, rather than a specific return URL for this reason.

Listen for payment_intent.succeeded webhook event specifically: https://stripe.com/docs/api/events/types#event_types-payment_intent.succeeded