Transaction Debit/Credit
You will need to share a webhook where CDM deposit information will be shared after the transaction. You can use the information received in this webhook to:
- Store transaction details in your server
- Credit your merchant and give commission
{
"partner_id": "1",
"txn_id": "PNB20201023456",
"agent_id": "",
"agent_mob_no": "",
"session_id": "",
"type_id": "2",
"type_txn": "credit",
"product_id": "4",
"product_name": "CDM deposit",
"amount": "200000",
"customer_info": {},
"payment_data": {
“txn_amount": "200000",
"fee": "10",
"tds": "",
"net_commission”: “” },
"service_info": {
“cdm_card_no”: “xxxx xxxx xxxx”,
“date”: “21/05/2021”
“time_deposit”: “1:30 pm"
}
}
{
"response_code": "0",
"description": "Success",
"partner_id": 1,
"txn_id": "PNB20201023456",
"agent_id": "",
"agent_mob_no": "",
"session_id": "",
"type_id": "2",
"type_txn": "credit",
"product_id": "4",
"product_name": "CDM Deposit",
"amount": "200000.00"
}