Skip to main content
This guide walks through the core integration flow: create a session, receive a payment, and fetch the reconciliation summary.

Step 1 — Create a session

A session represents a single event. Creating one provisions a collection account and optionally assigns POS terminals.
Response
Share the collection_account details with your attendees for bank transfers, and deploy the POS terminals on the ground.

Step 2 — Receive a payment webhook

When a payment lands on the collection account, Kler fires a POST to your webhook_url:
Use this to update your ticketing platform in real time.

Step 3 — Fetch reconciliation

At any point during or after the event:

Next steps