curl --request GET \
--url https://api.unibee.dev/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.dev/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
Show child attributes
Payment Item Object List
Show child attributes
amount
biz_type 1-onetime payment, 3-subscription
create utc time
currency
description
invoice id
merchant id
name
PaymentId
quantity
0-pending, 1-success, 2-failure
subscription id
unique id
unit_amount
userId
Total