API Reference

QR Payment Callback

This callback is triggered by Toshani to a custom end-point of the platform for each outgoing transaction initiated through Toshani .

Description - Your organization will provide us a Call-back URL with the following configurations:

  • The Call-back URL should be of Method Type POST
  • Content-type should be of Type application/JSON.
  • The Call-back URL should have the below request format. The Response also has been provided for your reference.

Sample Request Body 

{

    "event": "QR_PAYMENT",
    "txn_id": "TA05062024QR17175305218549",
    "qr_customer_id": "cust_NXyYuo74f5oXsb",
    "status": "Success",
    "txnAmount": 100,
    "utr": "41564422040641",
    "txn_date": "2024-06-05 01:18:41"
}