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

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: 10 months 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
```