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:
Pa1NarK
2023-05-03 01:57:32 +05:30
committed by GitHub
parent 4397c8e199
commit c86f2c045e
6 changed files with 194 additions and 19 deletions

View File

@ -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