/google

Upload Google Play IAP Receipt data (package name, product id and Google Play-issued purchase token). Returns a list of RewardIssuances, some or all of which may be already redeemed.

post
Authorizations
AuthorizationstringRequired
Body
packageNameanyRequired

The package name of the app. Note that this may be different from the applicationId/uniqueIdentifier which is why it should be provided with the request.

productIdanyRequired

The product id purchased by the user, e.g. com.namazustudios.example_app.pack_10_coins.

purchaseTokenanyRequired

The token issued to the user upon successful Google Play purchase transaction.

Responses
chevron-right
400Error
application/json
post
/google/purchase

Last updated