本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
settlements.read
- Settlements Read OnlyAuthorization: Bearer ********************
curl --location --request GET 'https://echo.apifox.com/anything/settlements/instant'
{
"status": 200,
"success": true,
"data": [
{
"id": 40643814,
"reference_id": 1444968,
"amount": 56.21,
"status": "settled"
},
{
"id": 814209365,
"reference_id": 913456,
"amount": 50,
"status": "ready"
},
{
"id": 172398348,
"reference_id": 324144,
"amount": 100,
"status": "pending"
},
{
"id": 3499435415,
"reference_id": 694175,
"amount": 37.41,
"status": "pending"
},
{
"id": 989289633,
"reference_id": 360174,
"amount": 469.7,
"status": "pending"
},
{
"id": 1749842897,
"reference_id": 460169,
"amount": 85.36,
"status": "ready"
},
{
"id": 52596436,
"reference_id": 4016556,
"amount": 1000,
"status": "pending"
},
{
"id": 1298194523,
"reference_id": 4034135,
"amount": 11.2,
"status": "pending"
},
{
"id": 1939592358,
"reference_id": 3879624,
"amount": 118,
"status": "pending"
},
{
"id": 566146469,
"reference_id": 3879628,
"amount": 200,
"status": "pending"
}
],
"pagination": {
"count": 10,
"total": 10,
"perPage": 15,
"currentPage": 1,
"totalPages": 1,
"links": {
"previous": "http://api.salla.dev/admin/v2/setllements/instant?page=3",
"next": "http://api.salla.dev/admin/v2/setllements/instant?page=2"
}
}
}
扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升