Status of payment
{ "$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" }