mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(connector): [ACI] Add banking redirect support for EPS, Giropay, iDEAL, and Sofortueberweisung (#890)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -593,6 +593,9 @@ pub enum BankRedirectData {
|
||||
Giropay {
|
||||
/// The billing details for bank redirection
|
||||
billing_details: BankRedirectBilling,
|
||||
/// Bank account details for Giropay
|
||||
bank_account_bic: Option<Secret<String>>,
|
||||
bank_account_iban: Option<Secret<String>>,
|
||||
},
|
||||
Ideal {
|
||||
/// The billing details for bank redirection
|
||||
|
||||
Reference in New Issue
Block a user