docs: document the prorated refund preference - #501
Merged
Conversation
Refund Saver can now ask Apple to refund only the unconsumed part of a purchase. Adds the option to the default-preference table, explains how the consumed share is determined per product type, and adds the value to the server-side API spec. Renames the "Set a default refund behavior" heading to "Set a default refund preference" so the Dashboard's Learn more link resolves.
…nt-prorated # Conflicts: # .claude/context-mill/docs-map.jsonl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refund Saver can now ask Apple to refund only the part of a purchase the user hasn't consumed yet, instead of the all-or-nothing choice between declining and granting.
Changes
refund-saver.mdxadapty-api.yamlgrant_proratedadded to the threecustom_preferenceenums and to the request-schema description.Zone brief (
apple-platform)Notes
The SDK snippets are deliberately untouched — every SDK still exposes only
no_preference,grant, anddecline, so the option reaches users through the Dashboard and the server-side API alone.The Dashboard change adding this option had not shipped to production at the time of writing.
Verification
check-mdx-parseandlint-mdxpass, the spec parses with all three enums readinggrant, grant_prorated, no_preference, decline, andcheck-links-diffreports 0 broken and 0 stale links.