For the complete documentation index, see llms.txt. This page is also available as Markdown.

恢复订阅计划 (Retrieve Subscription Plan)

GET /subscription-plans/{subscription-plan.id}

响应订阅计划对象

{
  "id": "sbp_sg189b9a705040000",
  'created_by": "par_sgksuegribw000",
  'created_at": 1691036883,
  "amount_currency": "IDR",
  "amount_value": 1000.0,
  "code": "my-weekly-subscription",
  "name": "My  Weekly Subscription",
  "free_charge_frequency": 1,
  "recurrence" :{
    "type": "weekly"
  }
}

最后更新于

这有帮助吗?