Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xixixao/paymorebeseen
Pay more be seen, Convex+Stripe demo
https://github.com/xixixao/paymorebeseen
Last synced: 8 days ago
JSON representation
Pay more be seen, Convex+Stripe demo
- Host: GitHub
- URL: https://github.com/xixixao/paymorebeseen
- Owner: xixixao
- Created: 2023-07-12T22:11:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-12T23:42:33.000Z (over 1 year ago)
- Last Synced: 2024-11-14T20:47:48.291Z (2 months ago)
- Language: TypeScript
- Size: 287 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convex Stripe Template
To test, follow these steps:
1. Sign up for Stripe for free at https://stripe.com/
2. [Install the stripe CLI](https://stripe.com/docs/stripe-cli)
3. Run```
stripe listen --forward-to localhost:5173/stripe
```4. Copy the "Your webhook signing secret" from the output of the `listen` command, and set it as `STRIPE_WEBHOOKS_SECRET` environment variable on your Convex dashboard
5. Copy your test secret API key from the code example on https://stripe.com/docs/checkout/quickstart and set it as `STRIPE_KEY` environment variable on your Convex dashboardYou can then use the test credit card details to go through the payment flow, see https://stripe.com/docs/checkout/quickstart#testing