Open
Description
The current type is:
export interface ConfirmationEmbedded {
/**
* Тип подтверждения — встроенная форма.
*/
type: ConfirmationTypesEnum.embedded
/**
* Локализация, которая должна быть использована.
* Необязательное поле.
*/
locale?: LocaleEnum
}
But according the documentation it can return confirmation_token
to render the yooMoney
widget on the client site
"confirmation": {
"type": "embedded",
"confirmation_token": "ct-24301ae5-000f-5000-9000-13f5f1c2f8e0"
},
Metadata
Metadata
Assignees
Labels
No labels