How we created the Node.js sample app.
This guide walks you through how we created the Corrily sample app in Node.js. The sample app demonstrates how to:
Here’s a live demo of the sample app and the full source code. The recipe at the bottom of this page provides a step-by-step walkthrough of how the sample app’s code works.
Here is how we set up our Stripe account when creating the demo:
Corrily
for the product’s Name.10
.Standard pricing
, Recurring
, Billing period: Monthly
, Usage is metered: disabled).100
(USD
).Yearly
.prod_XXXXXXXXXX
price_XXXXXXXXXX
See Setup.
How we created the Node.js sample app.
This guide walks you through how we created the Corrily sample app in Node.js. The sample app demonstrates how to:
Here’s a live demo of the sample app and the full source code. The recipe at the bottom of this page provides a step-by-step walkthrough of how the sample app’s code works.
Here is how we set up our Stripe account when creating the demo:
Corrily
for the product’s Name.10
.Standard pricing
, Recurring
, Billing period: Monthly
, Usage is metered: disabled).100
(USD
).Yearly
.prod_XXXXXXXXXX
price_XXXXXXXXXX
See Setup.