post https://api.payinc.in/api/v1/aeps/process
Request Types
Please pass the following request types
0 - Balance Inquiry
1 - Mini Statement
2 - Cash Withdrawal
3 - Aadhaar Pay
Responses
Request Types
Please pass the following request types
0 - Balance Inquiry
1 - Mini Statement
2 - Cash Withdrawal
3 - Aadhaar Pay
xxxxxxxxxx
24curl --request POST \
--url https://api.payinc.in/api/v1/aeps/process \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"RequestType": 0,
"userId": 0,
"AgentId": "string",
"ChannelCode": "string",
"ClientTransactionId": "string",
"AadhaarNumber": "string",
"CustomerMobileNumber": "string",
"BankIndex": "string",
"PidDataPlain": "string",
"Location": {
"Latitude": "string",
"Longitude": "string",
"IpAddress": "string"
},
"Remarks": "string",
"Amount": 0
}
'
Try It!
to start a request and see the response here! Or choose an example: