Mastercard · JSON Structure

Mastercard Debtor Service Provider Resources Creditor Ack For Payment Retrieval Structure

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

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

Properties

creditorId creditorServiceProviderId creditorCategoryCode creditorTradeName creditorReturnString creditorLogoUrl creditorAccount creditorAccounts

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreditorAckForPaymentRetrieval",
  "type": "object",
  "properties": {
    "creditorId": {
      "type": "string"
    },
    "creditorServiceProviderId": {
      "type": "string"
    },
    "creditorCategoryCode": {
      "type": "string"
    },
    "creditorTradeName": {
      "type": "string"
    },
    "creditorReturnString": {
      "type": "string"
    },
    "creditorLogoUrl": {
      "type": "string"
    },
    "creditorAccount": {
      "type": "object"
    },
    "creditorAccounts": {
      "type": "array"
    }
  }
}