{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "extended_Alias",
"description": "alias description",
"type": "object",
"allOf": [
{
"$ref": "#/components/schemas/BlikOneClick"
},
{
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "Token obtained during transaction registration request via transaction/register.
IMPORTANT!:
In order to correctly charge the payer using the blikChargeByAlias method the PSU object must be sent in the additional object in the transaction/register request."
},
"type": {
"type": "string",
"description": "Set value \u201ealias\u201d"
}
},
"required": [
"token",
"type"
]
}
]
}