Przelewy24 · Schema

IssueWithdrawalRequestBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
currency string Currency
timestamp integer Timestamp
affiliateId integer Affiliated Id
View JSON Schema on GitHub

JSON Schema

IssueWithdrawalRequestBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IssueWithdrawalRequestBody",
  "properties": {
    "currency": {
      "type": "string",
      "description": "Currency"
    },
    "timestamp": {
      "type": "integer",
      "description": "Timestamp"
    },
    "affiliateId": {
      "type": "integer",
      "description": "Affiliated Id"
    }
  }
}