Mastercard · Schema

BulkOperationResource

Resource with responseCode and details

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
errors array List of error objects
status string The status of resource - PENDING, PASS, FAILED
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-bulk-operation-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BulkOperationResource",
  "type": "object",
  "description": "Resource with responseCode and details",
  "properties": {
    "errors": {
      "type": "array",
      "description": "List of error objects"
    },
    "status": {
      "type": "string",
      "description": "The status of resource - PENDING, PASS, FAILED"
    }
  }
}