feat(payment_method): add capability to store bank details using /payment_methods endpoint (#3113)

Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
This commit is contained in:
Kashif
2024-01-17 14:35:13 +05:30
committed by GitHub
parent 398c5ed51e
commit 01c2de223f
14 changed files with 410 additions and 171 deletions

View File

@ -109,6 +109,7 @@ pub async fn call_to_locker(
payment_method_issuer: pm.payment_method_issuer,
payment_method_issuer_code: pm.payment_method_issuer_code,
card: Some(card_details.clone()),
bank_transfer: None,
metadata: pm.metadata,
customer_id: Some(pm.customer_id),
card_network: card.card_brand,