README.md

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

Work in progress.

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


## Installation
```elixir
def deps do
  [
    {:swedbankpay_checkout, "~> 0.1.0"}
  ]
end
```

## Usage
See tests for usage.