Przelewy24 · Schema

extended_TransactionWithRefundsResponse

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
orderId integer
sessionId string
amount integer
currency string
refunds array
View JSON Schema on GitHub

JSON Schema

extended_TransactionWithRefundsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "extended_TransactionWithRefundsResponse",
  "properties": {
    "orderId": {
      "type": "integer",
      "format": "int64"
    },
    "sessionId": {
      "type": "string"
    },
    "amount": {
      "type": "integer"
    },
    "currency": {
      "type": "string"
    },
    "refunds": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RefundsCollection"
      }
    }
  },
  "type": "object"
}