Mastercard · Schema

DebtorAckForPaymentRetrieval

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
debtorId string Unique identifier of the Debtor provided to Mastercard by the DSP.
debtorServiceProviderId string Unique identifier assigned to the DSP during Mastercard onboarding.
View JSON Schema on GitHub

JSON Schema

mastercard-debtor-service-provider-resources-debtor-ack-for-payment-retrieval-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DebtorAckForPaymentRetrieval",
  "type": "object",
  "properties": {
    "debtorId": {
      "type": "string",
      "description": "Unique identifier of the Debtor provided to Mastercard by the DSP."
    },
    "debtorServiceProviderId": {
      "type": "string",
      "description": "Unique identifier assigned to the DSP during Mastercard onboarding."
    }
  }
}