Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
184 lines (97 loc) · 4.41 KB

File metadata and controls

184 lines (97 loc) · 4.41 KB

QIWI SDK / Modules / index / <internal> / WalletIdentificationApi

Class: WalletIdentificationApi

index..WalletIdentificationApi

Идентификация

[Документация QIWI] (https://developer.qiwi.com/ru/qiwi-wallet-personal/#identification)

Export

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new WalletIdentificationApi(options)

Creates an instance of OptionsWrapper.

Memberof

OptionsWrapper

Parameters

Name Type
options WalletApiOptions

Inherited from

WalletApi.constructor

Defined in

apis/options-wrapper.ts:23

Properties

_options

Protected Readonly _options: WalletApiOptions

Memberof

OptionsWrapper

Inherited from

WalletApi._options

Defined in

apis/options-wrapper.ts:16

Accessors

http

Protected get http(): SimpleJsonHttp

Memberof

ApiSubclass

Returns

SimpleJsonHttp

Inherited from

WalletApi.http

Defined in

apis/api.ts:55


walletId

Protected get walletId(): string

Memberof

WalletApi

Returns

string

Inherited from

WalletApi.walletId

Defined in

apis/wallet/api.ts:17

Methods

get

get(): Promise<IdentificationResponse>

Данные идентификации

Данный запрос позволяет выгрузить маскированные данные и статус идентификации своего QIWI кошелька.

Этот метод требует наличия валидного walletId (номера телефона привязанного к кошельку) в конфигурации API.

Memberof

WalletIdentificationApi

Returns

Promise<IdentificationResponse>

Promise

Defined in

apis/wallet/identification.api.ts:47


set

set(data): Promise<IdentificationResponse>

Идентификация пользователя

Данный запрос позволяет отправить данные для идентификации вашего QIWI кошелька.

Этот метод требует наличия валидного walletId (номера телефона привязанного к кошельку) в конфигурации API.

Memberof

WalletIdentificationApi

Parameters

Name Type
data IdentificationBase

Returns

Promise<IdentificationResponse>

Promise

Defined in

apis/wallet/identification.api.ts:26