ONBOARDING TRANSACTION CALLBACK

Transaction Callback function setup at API partner

Use: transaction callback URl is to inform API partner to deduction amount from merchant as a one time onboarding charges for verification.
Description:

Transaction callback hit from paysprint to
Url = https://transaction_callback_URL
content-type => application/json

{"event": "MERCHANT_ONBOARDING",
"param": {"merchant_id":"RD3933",
"partner_id":"PS002",
"request_id":"322432",
"amount":"10"
},
"param_enc": "wqewqewqe723432432"}

REQUEST

SNOKEYVALUE
1merchant_id
2partner_id
3request_id
4amount

RESPONSE

1status200 or 400
2message