feat(mandates): allow off-session payments using payment_method_id (#4132)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Chethan Rao
2024-03-28 18:12:30 +05:30
committed by GitHub
parent ffb3f4be01
commit 7b337ac39d
20 changed files with 430 additions and 174 deletions

View File

@ -410,6 +410,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::mandates::MandateRevokedResponse,
api_models::mandates::MandateResponse,
api_models::mandates::MandateCardDetails,
api_models::mandates::RecurringDetails,
api_models::ephemeral_key::EphemeralKeyCreateResponse,
api_models::payments::CustomerDetails,
api_models::payments::GiftCardData,