Skip to content

richardg-stripe/connect-account-duplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Node 12.

npm install

.env should contain: STRIPE_SECRET_KEY=sk_xyz

Put your external account information in ./data/externalAccounts.csv (keep the column headings the same)

Usage

npm run migrate -- --help

Example usage npm run migrate -- --before-date=2020-07-20 --dry-run=false --batch-size=10

This command finds accounts eligible to migrate: no transfers, before before-date (RBO go live date), payouts disabled, and after the last processed account date.

Accounts are processed in order of creation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published