Is Vpa Available
The merchant can call this API to check whether a vpa is available
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:- upiVpaAvailability
customerVpa
*
String
Mandatory
Vpa to be checked
udfParameters
String
Optional
Passed by merchant
requestId
String
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
service
String
Value: in.juspay.hyperapi
payload
JSON
Response Parameters
action
*
String
Mandatory
Operation to be performed in the SDK.
Example:- upiVpaAvailability
status
*
String
Mandatory
If upiVpaAvailability call was success or failure
Example:- SUCCESS/FAILURE
available
*
String
Mandatory
Whether the vpa is available or not
Example:- Possible values: true/false
vpaSuggestions
*
Array of String
Mandatory
Suggestions of available VPAs
otherInfo
String
Optional
As passed in request
error
Boolean
Possible values :- true/false
errorMessage
String
Error Message
errorCode
String
Error Code
event
String
Value: process_result

