Mastercard · Schema
FraudBase
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| refId | string | Unique identification generated by the transaction originator using UUID logic to unambiguously link a request and response message. |
| timestamp | string | Timestamp of the request initiation by the originator in the format 'YYYY-MM-DDThh:mm:ss:mmm+hh:mm'. The value of '+hh:mm' portion should always be '-05:00' or '-06:00' reflecting CST time. |
| icaNumber | string | ICA number of the Issuer or Acquirer or Provider initiating the fraud submission request. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "FraudBase",
"type": "object",
"properties": {
"refId": {
"type": "string",
"description": "Unique identification generated by the transaction originator using UUID logic to unambiguously link a request and response message."
},
"timestamp": {
"type": "string",
"description": "Timestamp of the request initiation by the originator in the format 'YYYY-MM-DDThh:mm:ss:mmm+hh:mm'. The value of '+hh:mm' portion should always be '-05:00' or '-06:00' reflecting CST time."
},
"icaNumber": {
"type": "string",
"description": "ICA number of the Issuer or Acquirer or Provider initiating the fraud submission request."
}
}
}