For AI agents: visit https://docs.instamojo.com/v2-marketplace/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
- Specify a webhook url while creating the payment request.
- Save the payment request ID in your database when the payment request is created.
- On successful payment completion, a webhook is sent which includes the payment request ID and the payment ID. You can then map the payment request ID and the payment ID in your database accordingly.