Przelewy24 · Schema
DispatchResult600ObjectArrayBody
PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech
Properties
| Name | Type | Description |
|---|---|---|
| orderId | integer | Identifier of dispatched transaction |
| orderIdNew | integer | Identifier of new transaction created in P24 systemu. 0 in case of an error |
| sessionId | string | Session's id of dispatched transaction |
| sellerId | integer | Submerchant's id. The funds were supposed to be transferred to this submerchant |
| status | boolean | Status of transaction |
| error | string | Error message |
JSON Schema
{
"$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"
}
}
}