Consume purchases
POST/v1/client/android/purchases/consume
Consume purchases
Request
- application/json
Body
required
Purchase to consume
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
- 404
- 500
Purchase consumed successfully
Bad Request
Purchase not found
Internal Server Error
Loading...