You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Remove empty bank parameter from iDEAL payments to comply with Stripe API changes (#2186)
- Remove bank parameter from IdealBankData when not provided
- Prevents Stripe API error about empty payment_method_data[ideal][bank] parameter
- Aligns with Stripe's updated guidance for self-collected iDEAL flows
- Add tests to verify bank parameter is properly omitted
Fixes issue where empty bank string was always sent even when not required,
causing API rejection according to Stripe's migration requirements.
Fixes#2185
0 commit comments