Immediately processes a billing attempt, creating an order in Shopify. This bypasses the scheduled billing date and processes the order right away.
Important Notes:
Use Cases:
Authentication: Requires valid X-API-Key header and shop permission
curl --request PUT \
--url https://www.myshop.com/apps/subscriptions/cp/api/subscription-billing-attempts/attempt-billing/{id}trueDocumentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
Billing processed successfully
The response is of type boolean.
curl --request PUT \
--url https://www.myshop.com/apps/subscriptions/cp/api/subscription-billing-attempts/attempt-billing/{id}true