This developer documentation explains how to use the Customer Receipts API, which lets you retrieve your customers’ receipts data.
Get Customer Receipts
GET https://reeceipt-validator.fovea.cc/v1/customers/:applicationUsername/receipts
Retrieve data for a single user, knowing its applicationUsername
.
Requirements:
- Connect with the Google Publisher API
- Send application username when making purchases
URL Parameters:
applicationUsername
- Customer Identifier used by your application.
- REQUIRED
Query Parameters:
appName
andapiKey
- For authentication using your Application Name and Secret Key.
- REQUIRED
Example request:
curl 'https://reeceipt-validator.fovea.cc/v1/customers/my_user_identifier/receipts?appName=test&apiKey=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx'
Response for a user having made purchases on both iOS and Android: