Skip to main content

Find all plans linked to the seller

GET 

/recurrency/plans

This endpoint is used to retrieve all available subscription plans. Upon accessing this endpoint, the system returns a list of all available subscription plans along with their details such as name, description, price, duration and included features.

Request​

Responses​

OK

Schema

    plans

    object[]

  • Array [

  • id string
    billingCycle string
    totalBillingCycles int32
    initialGraceCycles int32

    initialFee

    object

    description string
    amount int32
    cycles int32
    tag string
    paymentType string
    amount int32
    enabled boolean

    Indicates if the plan is enabled or not.

  • ]

Loading...