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
SNO | KEY | VALUE |
---|---|---|
1 | merchant_id | |
2 | partner_id | |
3 | request_id | |
4 | amount |
RESPONSE
1 | status | 200 or 400 |
2 | message |