Skip to main content

Acknowledge purchases

POST 

/v1/client/android/purchases/acknowledge

Acknowledge purchases

Request

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

Purchase acknowledged successfully

Loading...