Basic API endpoints
The process of transferring purchases to Frisbii Media takes place via API requests.
All endpoints related to the use of in-app purchases are documented in the API documentation.
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 Apple 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, for example whether an App Store subscription is still active.