#Raymond Wong
1 messages · Page 1 of 1 (latest)
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Here is details of payment https://dashboard.stripe.com/payments/pi_3MqZ60Jspj2jbZG910RZaEQo
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It's not ACH or SEPA
Payment type is iDEAL - it's the only payment type we use for all payments.
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.