Apideck · Schema

Payment status

Status of payment

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-paymentstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentStatus",
  "title": "Payment status",
  "type": "string",
  "description": "Status of payment",
  "x-apideck-enum-id": "payments.status",
  "enum": [
    "draft",
    "authorised",
    "rejected",
    "paid",
    "voided",
    "deleted"
  ],
  "example": "authorised"
}