CONFIRM_FUND_TRANSFER
This API is used to confirm NEFT/IMPS fund transfer to the added beneficiary.The user confirms the OTP sent to his registered mobile number and validates the transaction.
Request
payload: {
"otp": "051663",
"transactionReferenceNumber": "a2a799e2-0bdc-42db-b91d-eab6c4afcc59"
}
Response
{
"headers": {},
"body": {
"message": null,
"status": "SUCCESS",
"requestId": null,
"transactionId": "000003825915",
"systemTraceAuditNumber": null
},
"statusCode": "OK",
"statusCodeValue": 200
}
Updated 4 months ago