Przelewy24 · Schema

TransactionRefund201Item

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
orderId integer Transaction order ID from Przelewy24
sessionId string Transaction session ID from the Partner’s system
amount integer Amount of refund
description string Transaction description
status boolean Was refund attempt successful?
message string Text description of successful refund
View JSON Schema on GitHub

JSON Schema

TransactionRefund201Item.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TransactionRefund201Item",
  "properties": {
    "orderId": {
      "type": "integer",
      "format": "int64",
      "description": "Transaction order ID from Przelewy24"
    },
    "sessionId": {
      "type": "string",
      "description": "Transaction session ID from the Partner\u2019s system"
    },
    "amount": {
      "type": "integer",
      "description": "Amount of refund"
    },
    "description": {
      "type": "string",
      "description": "Transaction description"
    },
    "status": {
      "type": "boolean",
      "example": true,
      "description": "Was refund attempt successful?"
    },
    "message": {
      "type": "string",
      "example": "success",
      "description": "Text description of successful refund"
    }
  }
}