Processes a refund for a fulfilled subscription order. This creates a refund in Shopify and returns the money to the customer’s original payment method.
What it does:
Refund Eligibility:
Refund Processing:
Important Warnings:
Authentication: Customer must be logged in and own the subscription
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.
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."
}