Send Transaction OTP

Use this Api to Send otp for Transaction

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 Parameter

Param NameParam TypeIs MandatoryDescription
mobilestringYESBeneficiary Mobile Number
referenceidstringYESUnique Transaction Id
benenamestringYESBeneficiary first name
bene_idstringYESBeneficiary Id
txntypestringYESIMPD
accnostringYESBeneficiary Account Number
ifsccodestringYESBeneficiary IFSC code
amountstringYESTransaction Amount
latstringYESLatitude
longstringYESLongitude
gst_statestringYES07
dobstringYESdob of Beneficiary
addressstringYESBeneficiary address
pincodestringYESBeneficiary Pin code

Sample Request

{
  "mobile":"99XXXXXX39",
  "benename":"nXXXX",
  "bankid":"1177",
  "accno":"39XXXXX",
  "ifsccode":"SBIXXXX",
  "txntype":"IMPS",
  "gst_state":"07",
  "bene_id":"XXXX",
  "referenceid":"XXXXX",
  "dob":"01-02-2000",
  "address":"XXXX",
  "pincode":"46XXXX",
  "lat":"xx.xxx",
  "long":"xx.xxxx"
}

Sample Response

{
  "status":true,
  "response_code":1,
  "message":"OTP has been send to the remitter mobile number.",
  "txn_status":0,
  "stateresp":"532621820"
}
Body Params
string
required
Defaults to 98XXXXXX12
string
required
Defaults to XXXXXXX

Unique Transaction Id

string
required
Defaults to IMPS

IMPS

integer
required
Defaults to XXXXX

Pincode of beneficiary

string
required
Defaults to XXXX

Address Of Beneficiary

string
required
Defaults to XXXXXX
string
required
Defaults to 07
integer
required
Defaults to XXXX
string
required
Defaults to XX.XXXXX
string
required
Defaults to XX.XXXX
string
required
Defaults to 100
string
required
Defaults to XXXXXXXXX12
string
required
Defaults to ACD
string
required
Defaults to XXXXXXX
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