App purchases_one_time_update
Webhookapp/purchases_one_time_update
Triggered when the one-time charge status update.
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
application_idstring
App ID
idstring
App charge ID
namestring
Charge name shown to the merchant
pricestring
Charge amount
statusstring
Current status of the app charge
store_idinteger
Store ID
testboolean
Whether this is a test charge
updated_atstring
Last update time, in ISO-8601 format
{
"application_id": "string",
"id": "string",
"name": "string",
"price": "string",
"status": "string",
"store_id": 0,
"test": true,
"updated_at": "string"
}