post https://api.payinc.in/api/v1/postTransaction
Responses
xxxxxxxxxx
15curl --request POST \
--url https://api.payinc.in/api/v1/postTransaction \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"ProductId": 0,
"WalletTypeId": 0,
"Amount": 0,
"CustomerNumber": "string",
"Remarks": "string",
"ClientReferenceId": "string",
"OptionalParameters": {}
}
'
Try It!
to start a request and see the response here! Or choose an example: