Przelewy24 · Schema

CardChargeRequestBody

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
token string Token registered by transaction/register method. Card reference number must be provided during transaction
View JSON Schema on GitHub

JSON Schema

CardChargeRequestBody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CardChargeRequestBody",
  "properties": {
    "token": {
      "type": "string",
      "description": "Token registered by <a href=\"#tag/Transaction-service-API/paths/~1api~1v1~1transaction~1register/post\"><b>transaction/register</b></a> method. Card reference number must be provided during transaction registration in <b>methodRefId</b> parameter."
    }
  }
}