Skip to main content
PUT
/
api
/
external
/
v2
/
subscription-billing-attempts
/
attempt-billing
/
{id}
Retry billing for failed attempt
curl --request PUT \
  --url https://membership-admin.appstle.com/api/external/v2/subscription-billing-attempts/attempt-billing/{id}

Documentation Index

Fetch the complete documentation index at: https://developers.appstle.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-API-Key
string

Path Parameters

id
integer<int64>
required

Billing attempt ID to retry

Query Parameters

api_key
string

API Key (Deprecated - Use Header X-API-Key instead)

Response

Billing attempt successfully queued for asynchronous processing. This does NOT mean payment succeeded - billing happens in background. Poll the billing attempt status or use webhooks to check actual result.