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

@ -198,6 +198,7 @@ pub async fn save_in_locker(
payment_method_id: pm_id,
payment_method: payment_method_request.payment_method,
payment_method_type: payment_method_request.payment_method_type,
bank_transfer: None,
card: None,
metadata: None,
created: Some(common_utils::date_time::now()),