- P2P
- P2PNotificationError
- P2PPaymentError
- P2p
- P2pApiError
- P2pApiErrorResponse
- P2pApiOptions
- P2pAuthorizationError
- P2pBillNotificationError
- P2pCompat
- QiwiBillPaymentsAPI
- _P2pCompat
- _P2pCompatBillPayments
- BillCreateParameters
- BillCreationRequest
- BillCurrencyAny
- BillCurrencyPlain
- BillError
- BillFormParameters
- BillMoneyAmount
- BillPaySourceAny
- BillPaySourcePlain
- BillRefundStatusAny
- BillRefundStatusData
- BillRefundStatusPlain
- BillStatusAny
- BillStatusBody
- BillStatusData
- BillStatusNotificationBody
- BillStatusPlain
- PayUrlPatchParameters
- RefundCreationRequest
Renames and re-exports _P2pCompat
Renames and re-exports P2pBillNotificationError
Renames and re-exports P2pApiError
Re-exports P2p
Re-exports P2pApiError
Re-exports P2pApiErrorResponse
Re-exports P2pApiOptions
Re-exports P2pAuthorizationError
Re-exports P2pBillNotificationError
Renames and re-exports _P2pCompat
Renames and re-exports _P2pCompatBillPayments
Re-exports _P2pCompat
Re-exports _P2pCompatBillPayments
Ƭ BillCreateParameters: BillCreationRequest & PayUrlPatchParameters & { billId?: string }
Ƭ BillCreationRequest: BillCustomFieldsExtension & { amount: BillMoneyAmount ; comment?: string ; customFields?: CustomFields ; customer?: { account?: string ; email?: string ; phone?: string } ; expirationDateTime?: string | Date }
Ƭ BillCurrencyAny: BillCurrency | BillCurrencyPlain
Ƭ BillCurrencyPlain: keyof typeof BillCurrency
Ƭ BillError: Object
| Name | Type | Description |
|---|---|---|
datetime |
string |
Дата и время ответа |
description |
string |
Вот это надо пихать в поле Error.message |
errorCode |
string |
Внутренний код ошибки |
serviceName |
string |
Название сервиса, зачастую начинается на invoicing |
traceId |
string |
Хз что это |
userMessage |
string |
Ƭ BillFormParameters: PayUrlPatchParameters & BillCustomFieldsExtension & { amount: string | number ; billId?: string ; comment?: string ; customFields?: CustomFields ; lifetime?: string ; themeCode?: string } & BillCreationRequest["customer"]
Ƭ BillMoneyAmount: Object
| Name | Type | Description |
|---|---|---|
currency |
BillCurrencyAny |
Валюта суммы счета. Возможные значения: - RUB - рубли - KZT - тенге |
value |
number | string |
Сумма, на которую выставляется счет, округленная в меньшую сторону до 2 десятичных знаков |
Ƭ BillPaySourceAny: BillPaySource | BillPaySourcePlain
Ƭ BillPaySourcePlain: "qw" | "card" | "mobile"
Ƭ BillRefundStatusAny: BillRefundStatus | BillRefundStatusPlain
Ƭ BillRefundStatusData: Object
| Name | Type |
|---|---|
amount |
BillMoneyAmount |
datetime |
string |
refundId |
string |
status |
BillRefundStatusAny |
Ƭ BillRefundStatusPlain: keyof typeof BillRefundStatus
Ƭ BillStatusAny: BillStatus | BillStatusPlain
Ƭ BillStatusBody: Object
| Name | Type |
|---|---|
bill |
BillStatusNotificationBody |
Ƭ BillStatusData: Object
| Name | Type | Description |
|---|---|---|
amount |
BillMoneyAmount |
Данные о сумме счета |
billId |
string |
Уникальный идентификатор выставляемого счета в вашей системе |
comment? |
string |
Комментарий к счету |
creationDateTime |
string |
Системная дата создания счета. Формат даты: ГГГГ-ММ-ДДTчч:мм:сс |
customFields? |
CustomFields |
Объект строковых дополнительных параметров, переданных вами |
customer? |
BillCreationRequest["customer"] |
Идентификаторы пользователя |
expirationDateTime |
string |
Срок действия созданной формы для перевода. Формат даты: ГГГГ-ММ-ДДTчч:мм:сс+\-чч:мм |
payUrl |
string |
Ссылка для переадресации пользователя на созданную форму |
recipientPhoneNumber? |
string |
Номер телефона привязанный к киви кошельку, на который совершается платёж |
siteId |
string |
Ваш идентификатор в системе p2p.qiwi |
status |
{ changedDateTime: string ; value: BillStatusAny } |
- |
status.changedDateTime |
string |
Дата обновления статуса |
status.value |
BillStatusAny |
Текущий статус счета |
Ƭ BillStatusNotificationBody: BillStatusData
Ƭ BillStatusPlain: keyof typeof BillStatus
Ƭ PayUrlPatchParameters: Object
| Name | Type | Description |
|---|---|---|
paySource? |
BillPaySourceAny |
Выбранный по умолчанию метод оплаты |
successUrl? |
string |
URL для переадресации в случае успешного перевода с баланса QIWI Кошелька. При ином способе оплаты переадресация не выполняется. Ссылка должна вести на ваш сайт. |
Ƭ RefundCreationRequest: Object
| Name | Type |
|---|---|
amount |
BillMoneyAmount |
refundId? |
string |