Documentation

Guides to integrate Elyto into your product.

Quickstart

Sign up, create a project, connect Gmail, and create your first order via API.

Create an order

POST /api/v1/orders with your secret key to generate a checkout URL.

Submit a UTR

Customers submit UTR on /pay/:orderId or via POST /api/v1/orders/:id/verify.

Webhooks

Subscribe to order.verified events with HMAC signature verification.

Gmail setup

Connect Gmail from the dashboard to enable automatic payment email parsing.

View full API reference →