Synctera · Schema

patch_payment_schedule

Patch request for payment schedule

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
status string Target payment schedule status
View JSON Schema on GitHub

JSON Schema

synctera-patch-payment-schedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/patch_payment_schedule",
  "title": "patch_payment_schedule",
  "description": "Patch request for payment schedule",
  "properties": {
    "status": {
      "description": "Target payment schedule status",
      "enum": [
        "CANCELLED"
      ],
      "type": "string"
    }
  },
  "type": "object"
}