Skip to main content

Remittance Purpose

GET

Go To Payout Go To WPT

GEThttp://host/ewallet/api/v1/purposeOfRemittance/RHUB/{transactionType}/{countryCode}

The Remittance Purpose API is used to fetch the purpose to send the remittance.

Request Parameter

ParametersInput TypeLengthRequirementDescription
transactionTypeAlphanumeric03MThe harmonized Transaction Type. Fixed default value B2C, B2B, C2C, C2B.
countryCodeAlpha03MThe country code of reciever. eg: ARE,IND

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

Request Details

GET /services HTTP/1.0
HOST: XXX.XXX.X.XXX:Port
Content-Type: application/json; charset=utf-8
GET http://host/ewallet/api/v1/purposeOfRemittance/RHUB/B2B/ARE

Response Parameter

ParametersData TypeRequirementDescription
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.
resultCodeStringMThe unique code of the status of the transaction.
resultDescriptionStringMDescription of the status of the transaction.
Result
Result - dataStringM
Result - valueStringM

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

Response Details

{
"requestTime": "Tue Jan 28 13:10:40 IST 2025",
"responseTime": "Tue Jan 28 13:10:40 IST 2025",
"resultCode": "0",
"resultDescription": "Transaction Successful",
"result": [
{
"data": "RHP002",
"value": "INVESTMENT | BUSINESS PROFITS | SAVINGS"
},
{
"data": "RHP001",
"value": "MAINTENANCES | BUSINESS EXPENSES"
},
{
"data": "RHP004",
"value": "OTHER EXPENSES | SALARY PAYMENTS"
},
{
"data": "RHP003",
"value": "TRADE | SERVICE PAYMENTS"
}
]
}