post https://api.payinc.in/api/v1/corppayout/createlink
Responses
xxxxxxxxxx
19curl --request POST \
--url https://api.payinc.in/api/v1/corppayout/createlink \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"ChannelId": 0,
"ProductId": 0,
"AgentId": "string",
"ClientTransactionId": "string",
"TransferAmount": 0,
"CustomerName": "string",
"CustomerMobile": "string",
"CustomerEmail": "string",
"SendSMS": true,
"SendEmail": true,
"Description": "string"
}
'
Try It!
to start a request and see the response here! Or choose an example: