Open
Conversation
Contributor
Author
|
This change is part of the following stack: Change managed by git-spice. |
RPallas92
commented
Jan 22, 2026
| > | ||
| > By using our app and making in-app purchases, you consent to our sharing of data regarding your usage and consumption of purchased content with Apple, as part of our efforts to resolve refund requests. This information may include details about how you have accessed and interacted with the purchased content. The purpose of sharing this data is to help Apple make an informed decision regarding refund requests. We ensure that such data sharing is done in compliance with Apple's policies and only as necessary to process your requests. | ||
|
|
||
| For general guidelines from Apple, visit their [documentation](https://developer.apple.com/documentation/appstoreserverapi/send_consumption_information#3921151). |
Contributor
Author
There was a problem hiding this comment.
this points to v1
| | refundPreference | A value that indicates your preference, based on your operational logic, as to whether Apple should grant the refund. | <ul><li> The value for your customer's reserved customer attribute `$appleRefundHandlingPreference` </li><li>Otherwise, we will fall back to the option you chose in the dropdown selector</li></ul> | | ||
| | sampleContentProvided | A Boolean value of true or false that indicates whether you provided, prior to its purchase, a free sample or trial of the content, or information about its functionality. | true | | ||
| | userStatus | The status of the customer’s account. | <ul><li> If the transaction exists in RC: 1 (_The customer’s account is active._)</li><li>If the transaction does not exist in RC: 0 (_undeclared_)</li></ul> | | ||
| | Property | Description | What RevenueCat sends | |
Contributor
Author
There was a problem hiding this comment.
Note that the new API accepts 5 fields, but I am only documenting 4 of them.
The field I am not documenting is consumptionPercentage. It is only needed when refundPreference is partial refund. However, we do not support this in the dashboard (link to discussion)
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.
Motivation / Description / Changes introduced
Once we release the Apple's Consumption Request V2 API (see PR), we have to update the developer docs
Links to discussion, or Linear ticket (if applicable)
Additional comments