Mastercard · JSON Structure

Mastercard Standard Currency Conversion Calculator Conversion Structure

Type: object Properties: 9
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Conversion is a JSON Structure definition published by Mastercard, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

conversionRate crdhldBillAmt fxDate transCurr crdhldBillCurr transAmt bankFee errorCode errorMessage

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Conversion",
  "type": "object",
  "properties": {
    "conversionRate": {
      "type": "number"
    },
    "crdhldBillAmt": {
      "type": "number"
    },
    "fxDate": {
      "type": "string"
    },
    "transCurr": {
      "type": "string"
    },
    "crdhldBillCurr": {
      "type": "string"
    },
    "transAmt": {
      "type": "number"
    },
    "bankFee": {
      "type": "number"
    },
    "errorCode": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    }
  }
}