Skip to content

Latest commit

 

History

History
 
 

2020-04-15-klarna-pay-installments

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Use Klarna to Pay in installments

Learn how to integrate the Klarna and allow customers to pay in installments.

🎬 Watch on YouTube

Getting Started

Follow these instructions to spin-up a copy of this demo project up on your local machine for development and testing purposes.

Prerequisites

Step by Step

  1. 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
  1. Update API keys

Add your Stripe API keys to the .env file.

  1. Start the server
ruby server.rb
  1. Browse to http://localhost:4242