ReCall Webhook for Order
Developing
If the webhook is not called first time, you can call this API to request webhook.
Request
Body Params application/json
Please Use Your Own API Key instead of one provided in example
{
"order_id": "test1",
"api": "c40b0c360f3d4959b53b103b25759542"
}
Request samples
curl --location --request GET 'https://dev.smartinfinitypay.com/api/payout/send_webhook.php' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "test1",
"api": "c40b0c360f3d4959b53b103b25759542"
}'
Responses
application/json Modified at 2025-01-10 05:43:53