{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DispatchResult600ObjectArrayBody", "properties": { "orderId": { "type": "integer", "format": "int64", "description": "Identifier of dispatched transaction" }, "orderIdNew": { "type": "integer", "format": "int64", "description": "Identifier of new transaction created in P24 systemu. 0 in case of an error" }, "sessionId": { "type": "string", "description": "Session's id of dispatched transaction" }, "sellerId": { "type": "integer", "description": "Submerchant's id. The funds were supposed to be transferred to this submerchant" }, "status": { "type": "boolean", "description": "Status of transaction", "example": false }, "error": { "type": "string", "description": "Error message", "example": "Incorrect orderId or sessionId" } } }