curl --request GET \
--url https://api.unibee.top/merchant/payment/item/list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"paymentItems": [
{
"amount": 123,
"bizType": 123,
"createTime": 123,
"currency": "<string>",
"description": "<string>",
"id": 123,
"invoiceId": "<string>",
"merchantId": 123,
"name": "<string>",
"paymentId": "<string>",
"quantity": 123,
"status": 123,
"subscriptionId": "<string>",
"uniqueId": "<string>",
"unitAmount": 123,
"userId": 123
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
curl --request GET \
--url https://api.unibee.top/merchant/payment/item/list \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"paymentItems": [
{
"amount": 123,
"bizType": 123,
"createTime": 123,
"currency": "<string>",
"description": "<string>",
"id": 123,
"invoiceId": "<string>",
"merchantId": 123,
"name": "<string>",
"paymentId": "<string>",
"quantity": 123,
"status": 123,
"subscriptionId": "<string>",
"uniqueId": "<string>",
"unitAmount": 123,
"userId": 123
}
],
"total": 123
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter UserId, Default All
Sort,invoice_id|gmt_create|gmt_modify|period_end|total_amount,Default gmt_modify
Sort Type,asc|desc,Default desc
Page,Start 0
Count Of Page
The response is of type object
.