Fast. Secure. 5% transaction charges. Instant refunds guaranteed.
Competitive flat fee across all UPI transactions, with no hidden costs.
Instant transactions processed in real-time to keep your business moving.
Automatic refund processing with full transaction traceability.
Integrate Ice Pay with your platform. Here’s how to create an order using PHP and cURL:
<?php $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => 'https://icepay.icepenguin.in/api/v1/order/create', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'POST', CURLOPT_POSTFIELDS => '{ "amount": 500, "currency": "INR", "receipt": "order_rcptid_11", "partial_payment": true, "first_payment_min_amount": 230 }', CURLOPT_HTTPHEADER => array( 'Content-Type: application/json', 'X-API-KEY: YOUR_API_KEY' ), )); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); if ($err) { echo "cURL Error #: $err"; } else { echo $response; }
Customizable checkout pages that match your brand seamlessly.
Robust REST APIs for effortless integration with your systems.
Pre-built modules for Ice Sites, WordPress, Magento, and more.