mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(connector): [Adyen] Implement Open Banking Uk in Bank Redirects (#1802)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -882,6 +882,14 @@ pub enum BankRedirectData {
|
||||
#[schema(value_type = BankNames)]
|
||||
issuer: api_enums::BankNames,
|
||||
},
|
||||
OpenBankingUk {
|
||||
// Issuer banks
|
||||
#[schema(value_type = BankNames)]
|
||||
issuer: api_enums::BankNames,
|
||||
/// The country for bank payment
|
||||
#[schema(value_type = CountryAlpha2, example = "US")]
|
||||
country: api_enums::CountryAlpha2,
|
||||
},
|
||||
Przelewy24 {
|
||||
//Issuer banks
|
||||
#[schema(value_type = Option<BankNames>)]
|
||||
|
||||
Reference in New Issue
Block a user