{
"ekPayId": "string",
"otp": "string",
"checkSum": "string"
}curl --location 'https://olympus-pg-uat.enkash.in/pay/otp/validate' \
--header 'Content-Type: application/json' \
--data '{
"ekPayId": "string",
"otp": "string",
"checkSum": "string"
}'{
"response_code": 0,
"response_message": "string",
"payload": {
"uniqueTransactionId": "string",
"publicIdentifierKey": "string",
"transactionId": "string",
"amount": "string",
"currency": "string",
"otpReferenceNumber": "string",
"txnMessage": "string",
"txnStatus": "string",
"txnDate": "string",
"orderId": "string"
}
}