|
Name
|
Required
|
Type
|
Description
|
|
order_id
|
Yes
|
string
|
Unique order ID generated by client. If empty, shows
purchase_id
instead.
|
|
purchase_id
|
Yes
|
string
|
Purchase ID
|
|
status
|
Yes
|
string
|
Purchase status. Possible values include
created
,
processing
,
success
,
failure
, and
expired
.
|
|
app_id
|
Yes
|
string
|
Application ID
|
|
price
|
Yes
|
string
|
Total price
|
|
item_list
|
No
|
Item Detail
|
Item detail. Please refer to
Item Detail
|
|
currency
|
Yes
|
string
|
Currency code
|
|
paid_timestamp
|
No
|
long
|
Time of purchase in Unix time
|
|
user_data
|
No
|
string
|
A dev-definted string that will be returned when request is paid successfully
|