README.md

# SwedbankpayCheckout
A **unofficial** client for swedbank pay's checkout API.

Work in progress.

See: https://developer.swedbankpay.com/checkout/ for documentation


## Installation
[![Hex pm](http://img.shields.io/hexpm/v/swedbankpay_checkout.svg?style=flat)](https://hex.pm/packages/swedbankpay_checkout)
```elixir
def deps do
  [
    {:swedbankpay_checkout, "~> <version, see badge above>"}
  ]
end
```

## Usage
See tests for usage.