Przelewy24 · Schema

DataArrayObjectRefundBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
spId integer Merchant's ID. The given merchant will be charged with the refund
spAmount integer The amount of funds, in polish groshes,to charge the merchant
View JSON Schema on GitHub

JSON Schema

DataArrayObjectRefundBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DataArrayObjectRefundBody",
  "properties": {
    "spId": {
      "type": "integer",
      "description": "Merchant's ID. The given merchant will be charged with the refund",
      "example": 0
    },
    "spAmount": {
      "type": "integer",
      "description": "The amount of funds, in polish groshes,to charge the merchant"
    }
  },
  "required": [
    "spId",
    "spAmount"
  ]
}