Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noticeable-app/stripe-plan-csv-importer

Import Stripe plans from a CSV file got on the Stripe UI
https://github.com/noticeable-app/stripe-plan-csv-importer

csv import plans python stripe

Last synced: 24 days ago
JSON representation

Import Stripe plans from a CSV file got on the Stripe UI

Awesome Lists containing this project

README

        

# Import Stripe plans from CSV file

Reads a Stripe plans CSV file exported from the Stripe UI and creates plans in the desired account.

## Requirements

```
pip install stripe
```

## Usage

```
./plan-importer.py sk_test_xxxxxxxxxxxxxxxxxxxxxx /path/to/plans.csv
```