feat(core): consume card details from billing connectors and first error codes and store them in payment intent table (#8250)

Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
CHALLA NISHANTH BABU
2025-06-16 16:36:59 +05:30
committed by GitHub
parent 1ed2f210b2
commit abe9708d1c
16 changed files with 403 additions and 34 deletions

View File

@ -351,6 +351,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::AliPayQr,
api_models::payments::PaymentAttemptFeatureMetadata,
api_models::payments::PaymentAttemptRevenueRecoveryData,
api_models::payments::BillingConnectorPaymentMethodDetails,
api_models::payments::BillingConnectorAdditionalCardInfo,
api_models::payments::AliPayRedirection,
api_models::payments::MomoRedirection,
api_models::payments::TouchNGoRedirection,