API Reference
Purchase validation
Validate customer purchases
We offer an easy way for developers to validate and load purchases.
Get all the purchases of your products
cURL
productId
string
The id
of the product. Limit results to specific product.
userId
string
The id
of the user. Limit results to specific user.
type
string
The type of purchase. Limit results to specific type [one-time, subscription]
active
boolean
Limit results to active subscriptions or unconsumed products
In order to check if a user has bought the service you query this with a specific product and user. Then filter results for an active purchase.