Support Tickets API
The Support Ticket API allows you to create and manage support tickets directly from the Merchant Panel. You can flag deposits for review, attach supporting documents, and track your requests — all through simple API calls.
How it works
Ticket creation follows a three-step flow:
Create a draft ticket — call the create endpoint with the ticket type and description. You will receive a ticket ID.
Attach documents (if needed) — upload any required files such as vouchers, bank statements, or ID documents. Some documents may be auto-attached for you.
Confirm the ticket — once everything is ready, confirm the ticket. It gets submitted to our support team and cannot be modified after that.
For deposit reviews, you can skip step 1 — use the dedicated deposit endpoints and they will create the draft ticket for you automatically.
Environments
Staging
https://merchants-api-stg.lime-pay.com
Production
https://merchants-api.lime-pay.com
We recommend testing your integration in the Staging environment before going live in Production.
Last updated
Was this helpful?

