App subscriptions_update
Triggered when the recurring charge status update.
Requires the shop access scope. Minimum supported version: 202207.
Request headers
The event that triggered this delivery, e.g. orders/create
orders/createBase64-encoded HMAC-SHA256 signature of the request body, generated with your app's Client Secret. Use it to verify the request comes from Shoplazza
The domain of the store that generated the event
example.myshoplaza.comThe API version used to serialize the payload
2025-06Deduplication ID for this delivery. It stays the same across retries of the same event—use it for idempotency
Request body
- Schema
- Example
Subscription activation date
App ID
Next billing date
Charge cancellation date
Capped amount for usage-based billing
Billing interval in days
Number of charges (0 means unlimited)
Recurring app charge ID
Charge name shown to the merchant
Recurring charge amount
Remaining number of charges (always 1 when unlimited)
Current status of the recurring app charge
Store ID
Whether this is a test charge
Number of trial days offered by the subscription
Trial end date
Last update time, in ISO-8601 format
{
"activated_on": "string",
"application_id": "string",
"billing_on": "string",
"cancelled_on": "string",
"capped_amount": "string",
"charge_interval_days": 0,
"charge_times": 0,
"id": "string",
"name": "string",
"price": "string",
"remaining_charge_times": 0,
"status": "string",
"store_id": 0,
"test": true,
"trial_days": 0,
"trial_ends_on": "string",
"updated_at": "string"
}