Corrily integration involves two main tasks:
- Display prices sourced from Corrily on your pricing page.
- Connect Corrily to your subscription management platform to feed revenue events for analytics.
👉 This repository provides examples for the first task, while documentation for the second can be found in Corrily's integration docs.
There are two common methods to display Corrily prices:
- Use Corrily's no-code Paywall Builder for full control over your pricing page's design and content.
- Integrate Corrily API to power the content on your existing pricing page without altering your unique design.
Retrieve user-specific prices by making API requests to Corrily from your back-end.
- Stripe Golang example (link)
Use the React SDK to render the Corrily Paywall in your application.
Each example listed below will contain both front-end and server code to illustrate how to render Paywall, and how to create Checkout Session with prices user seen.