Skip to main content

Suspend a subscription

POST 

/api/v3/package/:package_id/_action/suspend

Suspending a billing package is useful when you want to skip billing a customer for a given period of time (e.g. if you deliver a weekly newspaper, and they are going on vacation a month, you may want to skip billing them and skip delivery while they are on vacation).

Request

Body

    suspendfrom_datetime string
    suspendto_datetime string

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...