|
|
|
|
|
by hirstys
3053 days ago
|
|
Hi Charging for access to your API is possible with Tyk Pro, including the free edition. Approach:
Setup API in dashboard
Create policies for the API (encapsulate rate limit, quota, access rights into something like bronze, silver, gold, etc)
Publish policies to Developer Portal
Use dashboard to Select a custom flow for policy access approval.
Point that flow at your billing platform, stripe or whatever. Now when a developer reaches your portal and requests access to one of your policies, you collect the data you want and hand them off to stripe to confirm payment for that policy, then the callback from stripe allows portal to issue access to the policy. All about the policies - Hope that helps. James |
|