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