Acknowledge a Subscription
This API provides a way to acknowledge subscriptions in a server-to-server request.
This API should proceed with a retry mechanism in case of failure to avoid automatic refunds. Follow this documentation to implement the retry mechanism correctly.
Endpoint
| Method | URL |
|---|
| POST | https://api.catappult.io/productv2/8.20250505/google/inapp/v3/applications/{packageName}/purchases/subscriptions/{sku}/tokens/{purchaseToken}/acknowledge |
Authentication
To access this API, you need to have an active account subscription on Aptoide Connect and authenticate with an API key (check here how to generate one).
| Header | Type | Required | Description |
|---|
Api-Key | string | Required | Used to authenticate your API requests. The value is your Aptoide Connect API key. |
Path Parameters
| Parameter | Type | Required | Description |
|---|
packageName | string | Required | Package name of the application. |
sku | string | Required | The SKU associated to the purchase. |
purchaseToken | string | Required | Purchase ID defined as token in the Purchase class of the SDK. |
Response
| Status | Description |
|---|
204 | Subscription acknowledged successfully. Returns an empty object {}. |