Skip to main content
You can use this data to update your transaction status at your end or anything you implement. Note: Callback URL is needed from your side. You have to create it on your server. Example your callback url is - https://yourdomain.com/callback. This route should be resolve by POST method request.

Response

{
  "status": true,
  "statusCode": 200,
  "txnStatus": "SUCCESS",
  "msg": "Transaction is successful",
  "data": {
    "paymentType": "Dynamic",
    "amount": "500.00",
    "mid": "xxxxx",
    "paygicReferenceId": "xxxxxxxxxxx",
    "merchantReferenceId": "utzxxxxxxx
    "successDate": "2025-10-17T17:53:52.345Z",
    "UTR": "52907204xxxxx",
    "payerName": "Customer name",
    "payeeUPI": "xxx@oksbi"
  }
}
I