Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shovkat888/billingo-stripe-app
Stripe Billingo integration
https://github.com/shovkat888/billingo-stripe-app
billingo react stripe stripe-api stripe-app
Last synced: about 6 hours ago
JSON representation
Stripe Billingo integration
- Host: GitHub
- URL: https://github.com/shovkat888/billingo-stripe-app
- Owner: shovkat888
- Created: 2024-02-08T18:27:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T09:24:01.000Z (5 months ago)
- Last Synced: 2024-08-12T16:15:26.324Z (3 months ago)
- Topics: billingo, react, stripe, stripe-api, stripe-app
- Language: TypeScript
- Homepage: https://marketplace.stripe.com/apps/billingo
- Size: 235 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripe App for Billingo Invoicing
## Project
### Environment
install stripe cli
install stripe sdkBackend is already deployed on render. You can customize backend url in **stripe-app.json**.
Initial API endpoint is: https://billingo-stripe-backend.onrender.com/api/v1/billingo/
### Run Project in Dev Mode
Run project using following command
stripe apps start --manifest stripe-app.dev.json
### Run Project in Live Mode
Run project using following commandstripe apps start
### App Uploads
Once you need to upgrade the app, you can update code and upload the app into stripe account in test mode using following command.
stripe apps upload## Guide
This app is used to generate invoice for billingo. After you install the app from marketplace, you have to add your Billingo **API key** on settings view in the app or payment details page in stripe account.> And your **API key** should have subscription for creating invoice file.