Przelewy24 · Schema
SIMPTransactionBySessionIdResponse200
PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech
Properties
| Name | Type | Description |
|---|---|---|
| statement | array | Transfer title |
| orderId | integer | Transaction ID |
| sessionId | string | Transaction ID assigned by Merchant |
| status | integer | Transaction status. 0 - no payment, 1 - advance payment, 2 - payment made, 3 - payment returned |
| amount | integer | Transaction amount |
| currency | string | Transaction currency |
| date | string | Transaction registration date |
| dateOfTransaction | string | Date of payment |
| clientEmail | string | Customer's e-mail |
| accountMD5 | string | Customer's hashed bank account number |
| paymentMethod | integer | Payment method ID |
| description | string | Transaction description |
| clientName | string | Customer's first name and surname |
| clientAddress | string | Customer's address |
| clientCity | string | Customer's city |
| clientPostcode | string | Customer's zip code |
| batchId | integer | Batch number in which the transaction was paid |
| fee | string | Commission |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SIMPTransactionBySessionIdResponse200",
"properties": {
"statement": {
"type": "array",
"description": "Transfer title"
},
"orderId": {
"type": "integer",
"format": "int64",
"description": "Transaction ID"
},
"sessionId": {
"type": "string",
"description": "Transaction ID assigned by Merchant"
},
"status": {
"type": "integer",
"description": "Transaction status. 0 - no payment, 1 - advance payment, 2 - payment made, 3 - payment returned"
},
"amount": {
"type": "integer",
"description": "Transaction amount"
},
"currency": {
"type": "string",
"default": "PLN",
"description": "Transaction currency"
},
"date": {
"type": "string",
"description": "Transaction registration date"
},
"dateOfTransaction": {
"type": "string",
"description": "Date of payment"
},
"clientEmail": {
"type": "string",
"description": "Customer's e-mail"
},
"accountMD5": {
"type": "string",
"description": "Customer's hashed bank account number"
},
"paymentMethod": {
"type": "integer",
"description": "Payment method ID"
},
"description": {
"type": "string",
"description": "Transaction description"
},
"clientName": {
"type": "string",
"description": "Customer's first name and surname"
},
"clientAddress": {
"type": "string",
"description": "Customer's address"
},
"clientCity": {
"type": "string",
"description": "Customer's city"
},
"clientPostcode": {
"type": "string",
"description": "Customer's zip code"
},
"batchId": {
"type": "integer",
"description": "Batch number in which the transaction was paid"
},
"fee": {
"type": "string",
"description": "Commission"
}
}
}