{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "extended_Alternativekey", "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": "Send value \u201ealternativeKey\u201d" }, "alternativeKey": { "type": "string", "description": "Value obtained as a response from chargeByAlias, when charging a token with \"type\" = \"alias\" where is assigned more than one banking application" } }, "required": [ "token", "type", "alternativeKey" ] } ] }