{ "oid": "Your Order ID", "api": "Your API KEY" }
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" }'
{ "payInStatus": "SUCCESS", "oid": "order_id", "customer_id": "customer_id", "currency": "INR", "amount": 1.00, "created_at": "26/06/2025" }