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

Retrieve Subscription Plan

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

Response Subscription Plan Object

{
  "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"
  }
}

Last updated

Was this helpful?