Skip to main content
PUT
/
subscriptions
/
cp
/
api
/
subscription-billing-attempts
/
refund-fulfillment
/
{id}
Process refund for subscription order
curl --request PUT \
  --url https://www.myshop.com/apps/subscriptions/cp/api/subscription-billing-attempts/refund-fulfillment/{id}
{
  "success": true,
  "refundId": "123456",
  "refundAmount": 44.49,
  "message": "Refund processed successfully. Amount will appear in 5-10 business days."
}

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.

Path Parameters

id
integer<int64>
required

Billing attempt ID to refund

Query Parameters

subscriptionContractId
integer<int64>

Subscription contract ID for validation

Response

Refund processed successfully