Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Stripe App for Billingo Invoicing

## Project

### Environment

install stripe cli
install stripe sdk

Backend 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 command

stripe 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.