---
title: "Android [Deprecated]"
method: POST
path: "/android/payment"
---

# Android [Deprecated]

`POST /android/payment`

**This endpoint is deprecated.** <br /><br /> Use this endpoint to notify Cleeng about the successful Android in-app payment (Initial Purchase) and create a subscription in Cleeng. <br><br> The relevant endpoints are: <br> - Production URL: https://api.cleeng.com/android/payment <br>- Sandbox URL: https://api.sandbox.cleeng.com/android/payment <br><br> **Note:** <br> For integrations utilizing <<glossary:JWT>> authorization please use the MediaStore SDK API [Android Payment](https://developers.cleeng.com/reference/android-payment) endpoint.

## Headers

- `Content-Type` string
- `X-Publisher-Token` string

## Request body

- object
  - `customerEmail` string, required — Customer's email
  - `offerId` string, required — An identifier of a Cleeng offer (e.g. E123123123_US)
  - `receipt` object, required
    - `productId` string, required — Your Google Play product ID
    - `purchaseToken` string, required — Purchase Token from Google Play response after a successful purchase
    - `packageName` string, required — Your Google Play package name
    - `orderId` string — Order ID from Purchase object from Google Play response after a successful purchase (an optional parameter; if omitted, it is fetched from a receipt)
  - `ipAddress` string — Customer's IP address (an optional parameter). Accepted: IPv4, IPv6.
  - `couponCode` string — A coupon code modifies the reported amount (an optional parameter, used in introductory offers)

## Response `200`

200

- object
  - `message` string

## Other responses

- `400` — 400
- `401` — 401
- `422` — 422
- `500` — 500

---

[API](https://skmtc.net/cleeng/apis/mediastore-api.md) · [All operations](https://skmtc.net/cleeng/apis/mediastore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleeng/mediastore-api/versions/00cbfe7998a4/schema)
