SabPaisa Payment Integration Demo

Payment Flow Overview

1

Click Payment Button

User clicks any payment button on the website

2

Enter Details

User enters their name, email, mobile, and amount

3

Redirect to SabPaisa

Form data is encrypted and sent to SabPaisa gateway

4

Complete Payment

User completes payment on SabPaisa's secure page

5

Return to Siapay

User is redirected back with payment status

Try the Payment Flow

Test Mode: This is connected to SabPaisa's production environment. Use test cards for demo purposes.
Start Payment Process

Integration Status

Test Credentials

Note: For testing, you can use any valid email and 10-digit mobile number. The actual payment will be processed by SabPaisa.

Sample Test Data:

Name: Test User Email: test@example.com Mobile: 9876543210 Amount: Any amount between ₹1 - ₹1,000,000

API Endpoints

1. Payment Form (GET)

URL: https://siapay.io/payment-form.html Method: GET Description: Shows payment form for customer details

2. Initialize Payment (POST)

URL: https://siapay.io/api/initPayment Method: POST Content-Type: application/json Body: { "payerName": "Customer Name", "payerEmail": "customer@email.com", "payerMobile": "9876543210", "amount": "100" }

3. Payment Callback

URL: https://siapay.io/payment-callback Method: POST (from SabPaisa) Description: Receives encrypted payment response

Quick Links