{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Summaries API", "version": "1.0" }, "items": [ { "info": { "name": "Summaries", "type": "folder" }, "items": [ { "info": { "name": "getEnhancedConversionDetails", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/summary-rates", "params": [ { "name": "rate_date", "value": "2023-02-27", "type": "query", "description": "Date of the requested FX rates" }, { "name": "trans_curr", "value": "GBP", "type": "query", "description": "Currency of the transaction" }, { "name": "trans_amt", "value": "100", "type": "query", "description": "Amount in the transaction currency" }, { "name": "crdhld_bill_curr", "value": "EUR", "type": "query", "description": "Cardholder billing currency" }, { "name": "bank_fee_pct", "value": "1.6754", "type": "query", "description": "Percentage mark-up/fee (if applicable) an issuer would assess a cardholder on the cross-border/cross-currency transaction" }, { "name": "bank_fee_fixed", "value": "0.5", "type": "query", "description": "Fixed mark-up/fee (if applicable) an issuer would assess a cardholder on the cross-border/cross-currency transaction (amount in cardholder billing currency)" } ] }, "docs": "Provides Mastercard currency conversion rate, calculated cardholder billing amount, the ECB reference rate and the calculated percentage difference between Mastercard and ECB rate for the provided currency pair." } ] } ], "bundled": true }