Payin! Please use this document to communication us.
operator : This is provide by our account team.
unique_id : You can use uniquee Id for each transection.
amount : It should greater then 10rupees.
mobile : You can use real mobile number of User for future verification.
webhook : Use webhook url for Success information.


Responce :
{"status":"success","code":"200","remark":"Link created successfully..!!",
"paymentLink":"upi://pay?ver=01&mode=19&pa=get2cart304651.rzp@icici
&pn=get2cart&tr=RZPPveqtdNThJp53nqrv2&cu=INR&mc=8241&
qrMedium=04&tn=Paymenttoget2cart&am=19.4",
"phonpeLink":"phonepe://pay?ver=01&mode=19&pa=get2cart304651.rzp@icici&
pn=get2cart&tr=RZPPveqtdNThJp53nqrv2&cu=INR&
mc=8241&qrMedium=04&tn=Paymenttoget2cart&am=19.4",
"paytmLink":"paytmmp://pay?ver=01&mode=19&pa=get2cart304651.rzp@icici&
pn=get2cart&tr=RZPPveqtdNThJp53nqrv2&cu=INR&
mc=8241&qrMedium=04&tn=Paymenttoget2cart&am=19.4",
"gpayLink":"tez://upi/pay?ver=01&mode=19&pa=get2cart304651.rzp@icici&
pn=get2cart&tr=RZPPveqtdNThJp53nqrv2&cu=INR&mc=8241&
qrMedium=04&tn=Paymenttoget2cart&am=19.4"}
$token = "2f8d9a110b24c16a8f71979062bef12947185";
$request = json_encode(array("operator" => "XXXXXXXXXX","unique_id" => "0123221123322","amount" => 20,
"mobile" => "9896XXXXXX","webhook" => "http://yourdomain.in"));
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://winpay.sbs/payin/index.php',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS =>$request
, CURLOPT_HTTPHEADER => array(
'Content-Type: application/json',
"Authorization: Bearer $token",
'Cookie: PHPSESSID=9e92f3419eccf32c362b64b5726579bc'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Payout! Please use this document to communication us.
operator : This is provide by our account team.
unique_id : You can use uniquee Id for each transection.
amount : It should greater then 10rupees.
mobile : You can use real mobile number of User for future verification.
type : ac for Account & vpa for UPI payments.
account : account number.
ifsc : ifs code.
holder : account holder name.
webhook : Use webhook url for Success information.


Responce :
{"status":"success","code":"200","remark":"Link created successfully..!!",
"paymentLink":"upi://pay?ver=01&mode=19&pa=get2cart304651.rzp@icici
&pn=get2cart&tr=RZPPveqtdNThJp53nqrv2&cu=INR&mc=8241&
qrMedium=04&tn=Paymenttoget2cart&am=19.4",
"phonpeLink":"phonepe://pay?ver=01&mode=19&pa=get2cart304651.rzp@icici&
pn=get2cart&tr=RZPPveqtdNThJp53nqrv2&cu=INR&
mc=8241&qrMedium=04&tn=Paymenttoget2cart&am=19.4",
"paytmLink":"paytmmp://pay?ver=01&mode=19&pa=get2cart304651.rzp@icici&
pn=get2cart&tr=RZPPveqtdNThJp53nqrv2&cu=INR&
mc=8241&qrMedium=04&tn=Paymenttoget2cart&am=19.4",
"gpayLink":"tez://upi/pay?ver=01&mode=19&pa=get2cart304651.rzp@icici&
pn=get2cart&tr=RZPPveqtdNThJp53nqrv2&cu=INR&mc=8241&
qrMedium=04&tn=Paymenttoget2cart&am=19.4"}
$token = "2f8d9a110b24c16a8f71979062bef12947185";
$request = json_encode(array("operator" => "XXXXXXXXXX","unique_id" => "0123221123322","amount" => 20,
"type" => "vpa","upi" => "abcdyfgh@ybl","webhook" => "http://yourdomain.in"));
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://winpay.sbs/payout/index.php',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS =>$request
, CURLOPT_HTTPHEADER => array(
'Content-Type: application/json',
"Authorization: Bearer $token",
'Cookie: PHPSESSID=9e92f3419eccf32c362b64b5726579bc'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Payout Status! Please use this document to communication us.
operator : This is provide by our account team.
unique_id : You can use uniquee Id for each transection.


Responce :
{"status":"success","code":"200","remark":"Fetch successfully..!!"
,"payout_status":"success","utr":"234567654567","charge":"0.1","uniquee":"4567898765456",
"amount":"20"}
$token = "2f8d9a110b24c16a8f71979062bef12947185";
$request = json_encode(array("operator" => "XXXXXXXXXX","unique_id" => "0123221123322"));
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://winpay.sbs/payout/payout_status.php',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS =>$request
, CURLOPT_HTTPHEADER => array(
'Content-Type: application/json',
"Authorization: Bearer $token",
'Cookie: PHPSESSID=9e92f3419eccf32c362b64b5726579bc'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;