post https://api.payinc.in/api/v1/dmt/transaction
Responses
xxxxxxxxxx
18curl --request POST \
--url https://api.payinc.in/api/v1/dmt/transaction \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"ChannelId": 1,
"ClientReferenceId": "TEST0001",
"RemitterNumber": "9167700212",
"BeneficiaryId": "1234",
"BeneficiaryName": "MAHESH GUPTA",
"BankId": "19",
"AccountNumber": "1234567890",
"ProductId": 0,
"TransactionType": "IMPS",
"TransactionAmount": 110
}
'
Try It!
to start a request and see the response here! Or choose an example: