App subscriptions-capped
Webhookapp/subscriptions_approaching_capped_amount
Triggered when the usage fee reaches 90% of the capped amount.
Requires the shop access scope. Minimum supported version: 202207.
Request headers
X-Shoplazza-Topicstring
The event that triggered this delivery, e.g. orders/create
Example:
orders/createX-Shoplazza-Hmac-Sha256string
Base64-encoded HMAC-SHA256 signature of the request body, generated with your app's Client Secret. Use it to verify the request comes from Shoplazza
X-Shoplazza-Shop-Domainstring
The domain of the store that generated the event
Example:
example.myshoplaza.comX-Shoplazza-Api-Versionstring
The API version used to serialize the payload
Example:
2025-06X-Shoplazza-Deduplication-IDstring
Deduplication ID for this delivery. It stays the same across retries of the same event—use it for idempotency
Request body
- Schema
- Example (auto)
activated_onstring
Activation time
application_idstring
App client ID
billing_onstring
Next billing time
cancelled_onstring
Cancellation time
capped_amountstring
Capped amount for usage-based billing
idstring
Charge ID
namestring
Charge or plan name
store_idinteger
Store ID
trial_ends_onstring
Trial end time
updated_atstring
Last update time
{
"activated_on": "string",
"application_id": "string",
"billing_on": "string",
"cancelled_on": "string",
"capped_amount": "string",
"id": "string",
"name": "string",
"store_id": 0,
"trial_ends_on": "string",
"updated_at": "string"
}