feat(connector): [SANTANDER] Added Authorize, PSync, Void, Refund & RSync Flows for Pix QR Code Bank Transfer (#8463)

Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sayak Bhattacharya
2025-07-01 19:44:08 +05:30
committed by GitHub
parent 2ff93ff972
commit 28d63575e6
24 changed files with 1147 additions and 216 deletions

View File

@ -3117,6 +3117,17 @@ fn get_bank_transfer_required_fields() -> HashMap<enums::PaymentMethodType, Conn
},
),
(Connector::Adyen, fields(vec![], vec![], vec![])),
(
Connector::Santander,
RequiredFieldFinal {
mandate: HashMap::new(),
non_mandate: HashMap::new(),
common: HashMap::from([
RequiredField::BillingUserFirstName.to_tuple(),
RequiredField::BillingUserLastName.to_tuple(),
]),
},
),
(
Connector::Facilitapay,
RequiredFieldFinal {