Przelewy24 · Schema

PutPaymentRefundResponse

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
transferId integer ID of refunded transfer
refundId integer ID of refund (important for notifications)
amount integer Amount of created refund in smallest denomination

1000 = 10.00
currency string Currency of created refund as ISO 4217 code
View JSON Schema on GitHub

JSON Schema

PutPaymentRefundResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PutPaymentRefundResponse",
  "properties": {
    "transferId": {
      "type": "integer",
      "description": "ID of refunded transfer"
    },
    "refundId": {
      "type": "integer",
      "description": "ID of refund (important for <a href=\"#tag/Notifications-on-transfer-status\"><b>notifications</b></a>)"
    },
    "amount": {
      "type": "integer",
      "description": "Amount of created refund in smallest denomination<br/><br/> 1000 = 10.00"
    },
    "currency": {
      "type": "string",
      "maxLength": 3,
      "description": "Currency of created refund as ISO 4217 code"
    }
  }
}