You might already have an API key
If you have already had a Corrily demo we have probably already set up an API key and list of products for you (based on what we’ve seen on your pricing page). Email api@corrily.com to check if we already have an API key and product ID(s) for you.Prepare your product information
Gather the following information about your product/service:- Product name: A human-readable, descriptive name for the product/service
- Base price (USD): The default price of your product/service
- Recurrence interval: How frequently the product/service is charged (e.g.
Month
,Year
, orOne-Off
) - API ID: The identifier that you’ll provide when calling Corrily’s REST API endpoints
- Cents: Whether you display your price with cents or not (e.g. 19.99)
Product/Service Name | Base Price (USD) | Recurrence Interval | API ID | Cents |
---|---|---|---|---|
Monthly Plan | 10 | Month | monthly_plan | True |
Annual Plan | 60 | Year | annual_plan | True |
Lifetime Plan | 600 | One-Off | lifetime_plan | False |