{ "ekPayId": "string", "otp": "string", "checkSum": "string" }
curl --location --request POST '/pay/otp/validate' \ --header 'Content-Type: application/json' \ --data-raw '{ "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" } }