Acknowledge purchases
POST/v1/client/android/purchases/acknowledge
Acknowledge purchases
Request
- application/json
Body
required
Purchase to acknowledge
applicationId stringrequired
The applicationId associated with the app, also referred to as packageName.
purchaseToken stringrequired
Purchase token
artifactId stringrequired
The artifactId of the library used to make the purchase (optional)
artifactVersion stringrequired
The version of the library used to make the purchase (optional)
Responses
- 200
- 201
- 400
- 500
Purchase acknowledged successfully
Bad Request
Internal Server Error
Loading...