Testing
  1. Demo
Testing
  • Demo
    • Make Demo Order
      POST
    • Demo Order Status
      POST
  • Make Order
    POST
  • Order Status
    POST
  1. Demo

Make Demo Order

Developing
POST
https://demo.smartinfinitypay.com/api/v4/payin/make.php

Request

Body Params application/json

Example
{
    "api": "Your API Key",
    "amount": 10.00,
    "oid": "Your Order ID",
    "cid": "Customer ID",
    "mode": "PG | S2S"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://demo.smartinfinitypay.com/api/v4/payin/make.php' \
--header 'Content-Type: application/json' \
--data-raw '{
    "api": "Your API Key",
    "amount": 10.00,
    "oid": "Your Order ID",
    "cid": "Customer ID",
    "mode": "PG | S2S"
}'

Responses

🟢200Success
application/json
Body

Examples
{
    "status": "Success",
    "upi_params": "pa=starfashionhub11%40sbi&pn=Star%2BFashion%2BHub&cu=INR&tn=AOIUC&am=10.00",
    "intent": "UPI Inent",
    "qrcode": "qr code image link"
}
Modified at 2025-06-04 11:10:32
Next
Demo Order Status
Built with