Get SIM Details
This operation will provide the merchant to get Sim Details
Process Parameters
Request
Response
requestId
*
String
Mandatory
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
service
*
String
Mandatory
Value: in.juspay.hyperapi
payload
*
JSON
Mandatory
Parameters required to call Hyper SDK API
action
*
String
Mandatory
Operation to be performed in the SDK.
Example:- upiGetSimDetails
requestId
String
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
service
String
Value: in.juspay.hyperapi
payload
JSON
Response Parameters
action
*
String
Mandatory
Contains Action (upiGetSimDetails)
Example:- upiGetSimDetails
status
*
String
Mandatory
If upiGetSimDetails call was successful or failure
Example:- SUCCESS/FAILURE
simDetails
*
Array of JSON
Mandatory
Contains Sim details i.e id, provider, simSerialNo, phoneNo(optional)
id
*
String
Mandatory
SIM ID
provider
*
String
Mandatory
Provider Name
Example: JIO
simSerialNo
*
String
Mandatory
Sim Serial Number
phoneNumber
String
Optional
Masked Mobile Number
error
Boolean
Possible values :- true/false
errorMessage
String
Error Message
errorCode
String
Error Code
event
String
Value: process_result

