#agrass
1 messages · Page 1 of 1 (latest)
Hi there! I'm not quite sure I follow.
So just to be clear, your test environment is also using SetupIntents?
Yeah, this is our flow
- call to PaymentMethodService.Create with iDEAL payment method type
- create setup intent with payment method id
- user goes to generated NextAction url to authorize (enters their bank details and whatnot)
- on success user has a sepa debit in their successful setup intent which we are able to use to make payments
so there's really no place to enter a test IBAN as the iDEAL test page for authorizing the setup doesn't provide a way to add it.
Gotcha, okay. Are you able to use one of these test PaymentMethod objects instead?
https://stripe.com/docs/payments/ideal/set-up-payment?platform=web#test-your-integration
I'll try these and let you know