Create PayOut Order
Testing
To make a New Pay Out Order for Withdrawal
Request
Body Params application/json
{
"order_id": "",
"amount": 12,
"customer_id": "NIK0TEST001",
"receiver_upi": "randomupi@upi",
"api": "c40b0c360f3d4959b53b103b25759542"
}
Request samples
curl --location --request POST 'https://dev.smartinfinitypay.com/api/payout/make.php' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "",
"amount": 12,
"customer_id": "NIK0TEST001",
"receiver_upi": "randomupi@upi",
"api": "c40b0c360f3d4959b53b103b25759542"
}'
Responses
application/json Modified at 2025-01-09 13:09:34