Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pouchId
string
required

ID корзины

Response

Информация о корзине

code
integer
Example:

200

pouchStatus
enum<string>

Статус корзины

Available options:
open,
closed,
delivered,
failed
Example:

"open"

intents
object[]

Список намерений в корзине

paymentStatus
enum<string>

Статус оплаты корзины

Available options:
created,
pending,
paid,
rejected,
canceled,
refunded,
expired
Example:

"created"

paymentAmount
number

Сумма к оплате

Example:

1000

paymentCurrency
string

Валюта оплаты

Example:

"RUB"