{ "subscriptionId": 1001, "page": 1, "size": 10 }
curl --location '/checkout/w-payment/subscriptions/bills' \ --header 'Content-Type: application/json' \ --data '{ "subscriptionId": 1001, "page": 1, "size": 10 }'
{ "retcode": "27", "retmsg": null, "retdata": { "records": [ { "id": 68, "subscriptionId": 90, "amount": 692.65, "currency": "USD", "status": "PAID", "createdTime": "2025-12-12 00:43:11" } ], "total": 34, "pageSize": 23, "pageNo": 67 } }