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

Demo Order Status

Developing
POST
https://demo.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://demo.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
{}
Modified at 2025-06-04 11:10:28
Previous
Make Demo Order
Next
Make Order
Built with