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
AEPS Balance Enquiry Success
{
"event": "AEPS2",
"statusDesc": "APPROVED",
"txn_id": "B4518481748885",
"order_id": "440654584650640d54441040",
"aadhar_no": "xxxx-xxxx-6518",
"status": "Success",
"txnAmount": "",
"utr": "401116162526",
"txnPaymode": "BE",
"txn_date": "2024-01-11 10:32:54"
}
AEPS Cash Withdrawal Success
{
"event": "AEPS2",
"statusDesc": "APPROVED",
"txn_id": "B4523104687329",
"order_id": "44065458465060440",
"aadhar_no": "xxxx-xxxx-6518",
"status": "Success",
"txnAmount": "100",
"utr": "401116165928",
"txnPaymode": "CW",
"txn_date": "2024-01-11 10:43:48"
}
AEPS Mini Statement Success
{
"event": "AEPS2",
"statusDesc": "APPROVED",
"txn_id": "B4538800006266",
"order_id": "440654584650604400",
"aadhar_no": "xxxx-xxxx-6518",
"status": "Success",
"txnAmount": "",
"utr": "401116166682",
"txnPaymode": "MS",
"txn_date": "2024-01-11 10:46:05"
}
Aadhar Pay Success
{
"event": "AEPS2",
"statusDesc": "APPROVED",
"txn_id": "B452310464547",
"order_id": "4406545844652",
"aadhar_no": "xxxx-xxxx-6518",
"status": "Success",
"txnAmount": "100",
"utr": "401116165487",
"txnPaymode": "AP",
"txn_date": "2024-01-11 10:50:18"
}
AEPS Balance Enquiry Failure
{
"event": "AEPS2",
"statusDesc": "No checking account",
"txn_id": "B4524001558972",
"order_id": "44065458465060",
"aadhar_no": "xxxx-xxxx-6518",
"status": "Failure",
"txnAmount": "",
"utr": "401116167938",
"txnPaymode": "BE",
"txn_date": "2024-01-11 10:49:31"
}
AEPS Cash Withdrawal Failure
{
"event": "AEPS2",
"statusDesc": "Insufficient funds",
"txn_id": "B4521258257227",
"order_id": "44065458465060044100",
"aadhar_no": "xxxx-xxxx-6518",
"status": "Failure",
"txnAmount": "5000",
"utr": "401116167481",
"txnPaymode": "CW",
"txn_date": "2024-01-11 10:48:17"
}
AEPS Mini Statement Failure
{
"event": "AEPS2",
"statusDesc": "Biometric Data Did Not Match",
"txn_id": "B457613808079",
"order_id": "440654584650610",
"aadhar_no": "xxxx-xxxx-2399",
"status": "Failure",
"txnAmount": "",
"utr": "401116168257",
"txnPaymode": "MS",
"txn_date": "2024-01-11 10:50:34"
}
Aadhar Pay Failure
{
"event": "AEPS2",
"statusDesc": "Time Out",
"txn_id": "B452310464547",
"order_id": "4406545844652",
"aadhar_no": "xxxx-xxxx-6518",
"status": "Failure",
"txnAmount": "100",
"utr": "40111654487",
"txnPaymode": "AP",
"txn_date": "2024-01-11 10:50:18"
}