Seamless UPI Payments for Your Business

Fast. Secure. 5% transaction charges. Instant refunds guaranteed.

UPI Payments Accept UPI Payments
Axis Bank Powered by Axis Bank
Payment Illustration

5% Transaction Charges

Competitive flat fee across all UPI transactions, with no hidden costs.

Fast Payments

Instant transactions processed in real-time to keep your business moving.

Secure Refunds

Automatic refund processing with full transaction traceability.

For Developers & Coders

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;
}

Our Services

Payment Page

Customizable checkout pages that match your brand seamlessly.

Integration API

Robust REST APIs for effortless integration with your systems.

Built-in Module

Pre-built modules for Ice Sites, WordPress, Magento, and more.