#testing_83560
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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.
OK. I can see you were trying to use an ideal payment methods to pay an payment_intent. It wont' work because ideal is a single use payment method and the payment method that you passed in was already used.
https://stripe.com/docs/payments/ideal/set-up-payment follow this guide to save bank details from an iDEAL payment and charge your customers later with SEPA Direct Debit.
req_V3AbshlOjzVxXU
What about this one?
I just created a payment method,and then the payment intent
This is still an ideal payment method. Have you got a chance to go throught the guide I shared earlier to create a reusable sepa_debit payment method?
No i meant this req_V3AbshlOjzVxXU didn't show that the payment method was already used
Can you tell me what you want to achieve here?
Just a normal one time payment.
I have tested this before and it worked properly.
Now ideal method alone returns this error 'An error occurred.Please try again later or use another payment method'. That to at random times.
I just wanted to know whether there was any changes made
Can you share with me the payment_intet that worked before?