{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentStatus", "title": "PaymentStatus", "type": "object", "description": "The current status of a payment including PSP-specific state information.", "properties": { "interfaceCode": { "type": "string", "description": "PSP-specific status code." }, "interfaceText": { "type": "string", "description": "PSP-specific status message." }, "state": { "$ref": "#/components/schemas/Reference" } } }