curl --request POST \
--url https://api.pandabase.io/v2/core/stores/{storeId}/subscriptions/{subscriptionId}/resume \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": "<unknown>"
}Resume billing on a paused subscription. Charges resume at end of current period or immediately if the period has ended.
curl --request POST \
--url https://api.pandabase.io/v2/core/stores/{storeId}/subscriptions/{subscriptionId}/resume \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": "<unknown>"
}Store API token. Use the sk_ prefixed secret key as the Bearer token.
Store ID (shp_ prefix)
12 - 48Subscription ID (sub_ prefix)
12 - 48