This endpoint is deprecated.
Use this endpoint to notify Cleeng about the successful iOS/tvOS in-app payment (Initial Purchase) and create a subscription in Cleeng. Note: This endpoint uses JWT for authorization.
DeprecatedThis documentation is for legacy Apple in-app purchase integration utilizing Apple’s StoreKit 1, which is now deprecated.
We recommend using our new Apple In-App Purchase - StoreKit 2 integration. For our existing clients, we offer a seamless migration process for a smooth transition.
For details on which Apple platforms and versions are supported for StoreKit 2, please refer to the official Apple documentation.
NoteResponse code “200” (“OK”) does NOT refer to the receipt validation result, it only confirms that the request structure and content is correct.
Errors
HTTP Status code | Error code | Message |
---|---|---|
400 | REQ0001 | Invalid request body |
401 | AUTH0001 | Missing required JWT |
401 | AUTH0002 | Invalid JWT token |
500 | SXXXX (X - number) | Internal Server Error |