Learn how to integrate the Klarna and allow customers to pay in installments.
Follow these instructions to spin-up a copy of this demo project up on your local machine for development and testing purposes.
- Download and Install dependencies
git clone [email protected]:stripe-samples/developer-office-hours.git
cd developer-office-hours/2020-04-15-klarna-pay-installments
bundle install
- Update API keys
Add your Stripe API keys to the .env file.
- Start the server
ruby server.rb
- Browse to
http://localhost:4242