Skip to main content

Create session

POST /v1/sessions
string
required
Your organisation’s API key.
string
required
Your platform’s unique identifier for this event.
string
required
Human-readable event name. Used as the collection account name.
string
default:"NGN"
Currency code. Currently only NGN is supported.
string
ISO 8601 datetime for when the event starts.
string
ISO 8601 datetime for when the event ends.
object
required
string
URL Kler will POST transaction events to. See Webhooks.
object
Arbitrary JSON to attach to the session.

Get session

GET /v1/sessions/:id

Close session

PATCH /v1/sessions/:id/close Marks the session as closed. No further payments will be accepted.