less than a minute read • Updated a day ago
Getting started with subscriptions
Foxy allows merchants to process subscription and recurring billing type products in a secure and flexible way, without relying on gateway-specific solutions with are often costly and less flexible for the merchant and the customer.
To do this, Foxy securely stores the customer's payment information, and provides access to subscriptions to the merchant through the Foxy admin, to the developer through the API, and to the customer through a variety of link possibilities (included in the email receipts by default).
Recurring revenue streams can be a game-changing business decision, but it is important to understand a few things.
Note
Custom shipping snippets do not work for subscriptions. The reason for this is because the snippets are done as Javascript modifications and run in the browser, while subscriptions run completely on the server side and never touch the browser. Subscriptions will always calculate on the server side based on how the category is configured.