Skip to main content

Consume purchases

POST 

/v1/client/android/purchases/consume

Consume purchases

Request

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

Purchase consumed successfully

Loading...