Check Apple StoreKit 2 purchase status [Beta]

Use this endpoint to check the status of an Apple StoreKit 2 in-app purchase.
The status returned in response can have three values:

- pending - purchase is still being processed
- success - purchase processing has finished with a positive result
- failure - purchase processing has finished with a negative result, an error occurred during processing.

Please note that JWT (Bearer) token authorization should be used for this endpoint.

🚧

Beta

Please note that it is a Beta phase.

Errors

HTTP Status CodeError CodeMessage
400REQ0002Invalid query parameters
404REQ0100Entity not found
500SXXXX (X - number)Internal Server Error

Language
Credentials
Header
Click Try It! to start a request and see the response here!