Przelewy24 · Schema

WithdrawalResponseBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data array
responseCode string
View JSON Schema on GitHub

JSON Schema

WithdrawalResponseBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WithdrawalResponseBody",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "responseCode": {
      "type": "string"
    }
  }
}