DOCUMENT REQUIREMNT :
1- Merchant Original Pancard image.
2- Merchant Original AADHAR CARD IMAGE image.
3- Onboarding STATE SHOULD match Aadhaar card address.
API PARTNER INTEGRATION REQUIREMENT :
1- For onboarding you have to first setup transaction callback URL in PORTAL credential section.
Use: transaction callback URL is to inform partner to deduction amount from merchant as a one time onboarding charges for verification.
ID | Status | Description |
---|---|---|
1 | Success | Merchant already onboarded on all Pipe |
2 | Failed | Service Not Active |
3 | Failed | Api User Not Valied |
4 | Failed | IP Not White Listed |
5 | Failed | Paramiter Missing |
API PARTNER INTEGRATION REQUIREMENT :
1- For onboarding you have to first setup transaction callback URL in PORTAL credential section.
Use: transaction callback URL is to inform partner to deduction amount from merchant as a one time onboarding charges for verification.
Description:
EXAMPLE URL= POST REQUEST FROM PAYMITRO TO https://{{transaction_callback_URL}}
content-type => application/json
{"event": "MERCHANT_ONBOARDING",
"param": {"Merchant_Code":"RT5140628",
"Api_Id":"API000001",
"Request_Id":"5246218549",
"Amount":"10"
}}
RESPONSE Should be in case of
success
{"status":200,"message":"Transaction completed successfully"}
FAILED
{"status":400,"message":"Transaction Failed"}