Payter is a simple web interface to the Payture API. It allows you to get a list of cards, add new cards and delete existing ones.
You will need Leiningen 2.0 or above installed.
You also need a valid Payture account. Put the :payture-host
and :merchant-id
to the env like that:
{:profiles/dev {:env {:payture-host "sandbox.payture.com"
:merchant-id "7even"
:mock-responses? true}}
:profiles/test {:env {:payture-host "sandbox.payture.com"}}}
When :mock-responses?
is true, no real requests are being sent to Payture - the application uses mocked response XML from files.
To start a web server for the application, run:
lein run
Copyright © 2016 Vsevolod Romashov