post
https://dextox.in/api/psdmt/service/RegisterRemitter
Use this API to Remitter Registration
Header Parameters
| Name | Type | Description |
|---|---|---|
| Content-Type | String | Application/Json |
| Accept | String | Application/Json |
| X-Qro-ApiKey | String | Provided By Dextox |
| X-Qro-UserId | String | Provided By Dextox |
Request Parameters
| Param Name | Param Type | Is Mandatory | Description |
|---|---|---|---|
| mobile | string | YES | Remitter Mobile Number |
| firstname | string | YES | Remitter firstname |
| lastname | string | YES | Remitter lastname |
| address | string | YES | Remitter address |
| otp | string | YES | Otp Received in Kyc |
| pincode | string | YES | Remitter Pincode |
| stateresp | string | YES | Received in Kyc |
| bank3_flag | string | YES | No |
| dob | string | YES | dob of Remitter |
| gst_state | string | YES | 07 |
| ekyc_id | string | YES | ekyc_id Received in Kyc |
Sample Request
{
"mobile":"89XXXXXX2",
"firstname":"XXXXX",
"lastname":"XXXX",
"address":"XXXXX",
"otp":"1863",
"pincode":"2XXXX8",
"stateresp":"53XXXXX3",
"bank3_flag":"No",
"dob":"01-01-2002",
"gst_state":"07",
"ekyc_id":"584XXX"
}Sample Response
{
"status":true,
"response_code":1,
"message":"Remitter account details fetched.!",
"data":
{
"mobile":"83XXXXXXXX",
"limit":"25000.00"
},
"txn_status":0
}