Przelewy24 · Schema

TransferRequestResultObjectBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
result object Includes the object of the query result
View JSON Schema on GitHub

JSON Schema

TransferRequestResultObjectBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TransferRequestResultObjectBody",
  "properties": {
    "result": {
      "description": "Includes the object of the query result",
      "$ref": "#/components/schemas/TransferOutObjectBody"
    }
  }
}