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

      Order Status

      Developing
      POST
      https://wallet.smartinfinitypay.com/api/v4/payin/status.php

      Request

      Body Params application/json

      Example
      {
          "oid": "Your Order ID",
          "api": "Your API KEY"
      }

      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/status.php' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "oid": "Your Order ID",
          "api": "Your API KEY"
      }'

      Responses

      🟢200Success
      application/json
      Body

      Example
      {
        "payInStatus": "SUCCESS",
        "oid": "order_id",
        "customer_id": "customer_id",
        "currency": "INR",
        "amount": 1.00,
        "created_at": "26/06/2025"
      }
      Modified at 2025-06-04 11:08:39
      Previous
      Make Order
      Built with