Skip to main content

Document ID Type

GET

Go To Payout Go To WPT

For document id types
GEThttp://host/ewallet/api/v1/getDocumentIdType/RHUB/{transactionType}

The Document ID Type API is used to fetch the list of all document types.

Request Parameter of Document ID Types

ParametersInput TypeLengthRequirementDescription
transactionTypeAlphanumeric03MThe harmonized Transaction Type. Fixed default value B2C, B2B, C2C, C2B.

Requirement legend: M = Mandatory · O = Optional · C = Conditional

Request Details of Document ID Types

GET /services HTTP/1.0
HOST: XXX.XXX.XXX.XXX:Port
Content-Type: application/json; charset=utf-8
GET - host/ewallet/api/v1/getDocumentIdType/RHUB/C2C

Response Parameter of Document ID Types

ParametersData TypeRequirementDescription
transactionIdStringM
requestTimeStringMThis is the requested date and time in the Day Mmm DD HH:MM:SS TIMEZONE YYYY.
responseTimeStringMThis is the response date and time in the Day Mmm DD HH:MM:SS TIMEZONE YYYY.
resultCodeStringMUnique code of the status of the transaction.
resultDescriptionStringMDescription of the status of the transaction.
Result
dataStringMDocument name tag in DB
valueStringMDocument name

Requirement legend: M = Mandatory · O = Optional · C = Conditional

Response Details of Document ID Types

{
"requestTime": "Tue Jan 28 16:33:00 IST 2025",
"responseTime": "Tue Jan 28 16:33:00 IST 2025",
"resultCode": "0",
"resultDescription": "Transaction successful",
"result": [
{
"data": "RHD010",
"value": "CPF/Tax ID No"
},
{
"data": "RHD009",
"value": "Emirates ID"
},
{
"data": "RHD008",
"value": "GCC ID"
},
{
"data": "RHD007",
"value": "Residence Permit"
},
{
"data": "RHD006",
"value": "Senior Citizen card"
},
{
"data": "RHD005",
"value": "Citizenship Card"
},
{
"data": "RHD004",
"value": "Govt.ApprovedID"
},
{
"data": "RHD003",
"value": "Passport"
},
{
"data": "RHD002",
"value": "DrivingLicense"
},
{
"data": "RHD001",
"value": "National ID Card"
}
]
}