Onboarding

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.

IDStatusDescription
1SuccessMerchant already onboarded on all Pipe
2FailedService Not Active
3FailedApi User Not Valied
4FailedIP Not White Listed
5FailedParamiter 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"}

Language
Click Try It! to start a request and see the response here!