Basic API endpoints
The process of transferring purchases to Frisbii Media takes place via API requests.
The API documentation documents all endpoints in connection with the use of in-app purchases.
Frequently used endpoints for standard processes are:
- add purchase - transfers data of an in-app purchase to Frisbii Media 
- get purchase - queries transferred data of an identified in-app purchase from Frisbii Media 
- search purchase - searches the data of all in-app purchases in Frisbii Media 
- associate purchase - links the data of an in-app purchase in Frisbii Media with a customer account in Frisbii Media 
- dissociate purchase - removes the data of an in-app purchase in Frisbii Media from a customer account in Frisbii Media 
- verify purchase - checks the data of an in-app purchase in Frisbii Media against the Google system, for example for validity 
Process for utilization
The standard process for the use of in-app purchases is described below.
- every purchase that is to be used with Frisbii Media must be sent to the Frisbii Media API via an add 
- all purchases sent to Frisbii Media can be searched via get or search 
- If an already added purchase is to be linked to a known user, an associate is used 
- If a link is to be removed, a dissociate is used 
- a verify request is used to query whether the corresponding purchase is still valid, e.g. whether an App Store subscription is still active