| Name | Description | Type | Additional information |
|---|---|---|---|
| item_id |
ID товара |
integer |
None. |
| cart_uid |
UID корзины |
string |
None. |
| name |
Invoice name |
string |
None. |
| amount |
Purchase amount |
decimal number |
None. |
| currency_type |
Currency type |
string |
None. |
| invoice_state |
Payment state 1 - awaiting payment 2 - payment declined 3 - successful payment 4 - payment expired 35 - refund (not completed by buyer) 5 - refund |
integer |
None. |
| purchase_date |
Purchase date |
string |
None. |
| agent_id |
Agent ID if the sale involved an agent |
integer |
None. |
| agent_percent |
Agent commission percentage |
decimal number |
None. |
| agent_fee |
Agent fee |
decimal number |
None. |
| profit |
Amount credited to account |
decimal number |
None. |
| query_string |
Base64-encoded string with additional parameters passed to the payment page |
string |
None. |
| unit_goods |
Paid product unit |
integer |
None. |
| cnt_goods |
Number of paid product units |
decimal number |
None. |
| promo_code |
Promo code used by buyer at payment |
string |
None. |
| bonus_code |
Promo code issued to buyer as a bonus after payment |
string |
None. |
| feedback |
Buyer feedback |
FeedbackModel |
None. |
| unique_code_state |
Unique code (verification state and dates) |
UniqueCodeStateModel |
None. |
| options |
Custom user fields |
Collection of UserOptionModel |
None. |
| buyer_info |
Buyer information |
BuyerInfoModel |
None. |
| referer |
HTTP_REFERER |
string |
None. |
| owner |
Marketplace |
integer |
None. |
| day_lock |
Days until withdrawal unlock from purchase date |
integer |
None. |
| lock_state |
Withdrawal lock state |
string |
None. |
| date_pay |
Payment confirmation date |
string |
None. |
| content_id |
Content ID (ID_G) |
integer |
None. |
| external_order_id |
External payment integrator order number |
string |
None. |
| amount_usd |
Purchase amount in USD (may be null if order is not yet processed) |
decimal number |
None. |