Onboard Status check

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

Responses for bank4

{
    "response_code": 1,
    "status": true,
    "is_approved":"Accepted",
    "message": "Onboarding completed"
}
{
    "response_code": 2,
    "status": true,
    "is_approved":"Processing",
    "message": "Activation In Process"
}
{
    "response_code": 3,
    "status": true,
    "is_approved":"Rejected",
    "message": "Merchanr is rejected by bank. kindly re-initiate onboarding process to update your documents."
}
{
    "response_code":4,
    "status": true,
    "is_approved":"Rejcted",
    "message": "Merchanr is closed by bank."
}
{
    "response_code": 0,
    "status": false,
    "is_approved":"Not-Onboarded",
    "message": "Merchant not onboard."
}

Responses for bank1

{
    "response_code": 1,
    "status": true,
    "is_approved":"Accepted",
    "message": "Onboarding completed"
}
{
    "response_code": 2,
    "status": true,
    "is_approved":"Pending",
    "message": "Activation Pending"
}
{
    "response_code": 3,
    "status": true,
    "is_approved":"Rejected",
    "message": "Merchanr is rejected by bank. kindly re-initiate onboarding process to update your documents."
}
{
    "response_code":4,
    "status": true,
    "is_approved":"Rejected",
    "message": "Merchanr is closed by bank."
}
Case -1
{
    "response_code":5,
    "status": true,
    "is_approved":"Processing",
    "message": "Verification Pending"
}

Case-2 //For this merchant needs to be onboarded
{
    "response_code":5,
    "status": false,
    "message": "Merchantcode not found"
}
{
    "response_code": 0,
    "status": false,
    "is_approved":"Not-Onboarded",
    "message": "Merchant not onboard."
}
Body Params
string
required

Merchant code whose status needs to be checked

string
required

Merchant mobile number

string
enum
required
Defaults to bank4

pipe in which merchant onboard status check required

Allowed:
Headers
string
required
string

If authorisedkey is generated then you have to pass authorisedkey else no need to pass

Responses

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