A payment platform.
[Pricing & fees | Stripe Official Site | Canada](https://stripe.com/en-ca/pricing)
- Stripe collectes 2.9% + 0.30 per successful card charge.
[Prebuilt Checkout page | Stripe Documentation](https://stripe.com/docs/checkout/quickstart?client=next&lang=node)
- Code required. You will provide the success and cancelled redirection after payment, which decides what to display on web page to users.
[Use incoming webhooks to get real-time updates | Stripe Documentation](https://stripe.com/docs/webhooks)
- Define a web hook for stripe to call.