Przelewy24 · Schema

ArrayDetailsDispatchTransaction

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
orderId integer Identifier of dispatch transaction
sessionId string Session's identifier of dispatch transaction
sellerId integer Submerchant's id. The funds are going to be transferred to this submerchant
amount integer Amount of transferred funds in polish groshes, e.g. 1 zł = 100 gr
View JSON Schema on GitHub

JSON Schema

ArrayDetailsDispatchTransaction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ArrayDetailsDispatchTransaction",
  "properties": {
    "orderId": {
      "type": "integer",
      "format": "int64",
      "description": "Identifier of dispatch transaction"
    },
    "sessionId": {
      "type": "string",
      "description": "Session's identifier of dispatch transaction"
    },
    "sellerId": {
      "type": "integer",
      "description": "Submerchant's id. The funds are going to be transferred to this submerchant"
    },
    "amount": {
      "type": "integer",
      "description": "Amount of transferred funds in polish groshes, e.g. 1 z\u0142 = 100 gr"
    }
  }
}