Przelewy24 · Schema

TransactionRefundsInfoResponse

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data object
responseCode number
View JSON Schema on GitHub

JSON Schema

TransactionRefundsInfoResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TransactionRefundsInfoResponse",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/TransactionWithRefundsResponse"
    },
    "responseCode": {
      "type": "number",
      "example": 0
    }
  }
}