{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CardChargeRequestBody",
"properties": {
"token": {
"type": "string",
"description": "Token registered by transaction/register method. Card reference number must be provided during transaction registration in methodRefId parameter."
}
}
}