API Reference
Log In
  1. Specify a webhook url while creating the payment request.
  2. Save the payment request ID in your database when the payment request is created.
  3. 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.