{ "$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." } } }