Testing
    Testing
    • Demo
      • Make Demo Order
        POST
      • Demo Order Status
        POST
    • Make Order
      POST
    • Order Status
      POST

      Make Order

      Developing
      POST
      https://wallet.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://wallet.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-27 07:04:27
      Previous
      Demo Order Status
      Next
      Order Status
      Built with