Get Status of Order form API
Request
Body Params application/json
{
"order_id": "test1",
"api": "c40b0c360f3d4959b53b103b25759542"
}
Request samples
curl --location --request GET 'https://dev.smartinfinitypay.com/api/payout/status.php' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "test1",
"api": "c40b0c360f3d4959b53b103b25759542"
}'
Responses
application/json Modified at 2025-01-09 11:25:45