Request
Body Params application/json
{
"update_key": "testingupdate",
"order_id": "test1",
"api": "c40b0c360f3d4959b53b103b25759542",
"status": "expired"
}
Request samples
curl --location --request POST 'https://dev.smartinfinitypay.com/api/payout/update.php' \
--header 'Content-Type: application/json' \
--data-raw '{
"update_key": "testingupdate",
"order_id": "test1",
"api": "c40b0c360f3d4959b53b103b25759542",
"status":"expired"
}'
Responses
application/json Modified at 2025-01-09 11:29:55