Examples
Here are some examples of how to implement more specific use cases you can model your catalog against
Example 1Copied!
Let’s say you sell a service that costs $1500 and you want to split that payment up equally over 3 months. At the end of the 3 months, the customer’s total payment will be complete.
In this case, we recommend creating a price for $500/month, and setting a contract term multiple of 3. This will make it so that the customer’s $500/month subscription will end as soon as they have paid you $1500.

Example 2Copied!
Let’s say you sell a service for a $100 one-time implementation fee on top of a $20/month recurring subscription fee.
In this case, we recommend creating two prices:


You can then create a checkout link that includes both of these prices in one complete checkout:
