Register Remitter

Use this API to Remitter Registration

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Header Parameters

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Dextox
X-Qro-UserIdStringProvided By Dextox

Request Parameters

Param NameParam TypeIs MandatoryDescription
mobilestringYESRemitter Mobile Number
firstnamestringYESRemitter firstname
lastnamestringYESRemitter lastname
addressstringYESRemitter address
otpstringYESOtp Received in Kyc
pincodestringYESRemitter Pincode
staterespstringYESReceived in Kyc
bank3_flagstringYESNo
dobstringYESdob of Remitter
gst_statestringYES07
ekyc_idstringYESekyc_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
}
Body Params
string
required
Defaults to 98XXXXXX12
string
required
Defaults to XXXXX
string
required
Defaults to XXXX
string
required
Defaults to XXXXX
string
required
Defaults to XXXX
string
required
Defaults to XXXXXX
string
required
Defaults to XXXXX
string
required
Defaults to No
string
required
Defaults to xx-xx-xxxx
string
required
Defaults to 07
string
required
Defaults to xxxx
Headers
string
required
Defaults to {{API KEY}}
string
required
Defaults to {{API KEY}}
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json