Skip to content

talha-iways/stripe-sample-code_onboarding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Onboard accounts to your Connect platform

Build a Connect integration which creates an account and onboards it to your platform.

Here are some basic scripts you can use to build and run the application.

Run the sample

  1. Build the server
mvn package
  1. Run the server
java -cp target/sample-jar-with-dependencies.jar com.stripe.sample.Server
  1. Build the client app
npm install
  1. Run the client app
npm start
  1. Go to http://localhost:4242

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published