refactor(core): add connector mandate id in payments_response based on merchant config (#5999)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Amisha Prabhat
2024-09-24 17:38:36 +05:30
committed by GitHub
parent 2ce677f04a
commit af0d2a8cbd
8 changed files with 117 additions and 26 deletions

View File

@ -4217,6 +4217,9 @@ pub struct PaymentsResponse {
pub merchant_order_reference_id: Option<String>,
/// order tax amount calculated by tax connectors
pub order_tax_amount: Option<MinorUnit>,
/// Connector Identifier for the payment method
pub connector_mandate_id: Option<String>,
}
/// Fee information to be charged on the payment being collected