active — Already activated, FIEL setup and scheduling are availableneeds_activation — Your plan includes the feature; call POST /invoices/download/activate to turn it on (no extra charge)needs_addon — Your plan doesn't include the feature; activating adds 0.20/XML to your subscriptionneeds_upgrade — Free plan; upgrade first at /membershipscurl --location --request GET 'https://api.gigstack.io/v2/invoices/download/activate/status?team' \
--header 'Authorization: <api-key>'{
"success": true,
"data": {
"status": "active",
"planIncludesFeature": true,
"isActivated": false,
"pricing": {
"perDownload": "$0.20 MXN",
"addonMonthly": null
}
}
}