{ "page": 1, "size": 10, "status": "ACTIVE" }
curl --location '/checkout/w-payment/subscriptions/list' \ --header 'Content-Type: application/json' \ --data '{ "page": 1, "size": 10, "status": "ACTIVE" }'
{ "retcode": "200", "retmsg": null, "retdata": { "records": [ { "id": 1001, "mchSubscriptionNo": "SUB-20240423-001", "status": "ACTIVE", "amount": 9.99, "currency": "USD", "intervalUnit": "month", "intervalCount": 1, "createdTime": "2024-04-23T10:00:00" } ], "total": 1, "pageSize": 10, "pageNo": 1 } }