Your payments are secured with Budgtree's multi-layered
Payout implementation and
security checks in each layer.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# UPI Payout
curl -X POST -H "Authorization: Bearer your_api_key"
-H 'Content-Type: application/json'
-d'{
"recipient_upi": "recipient@example.com",
"amount": 1000
}' https://api.example.com/upi/payouts
# Paytm Add Balance
curl -X POST -H "Authorization: Bearer your_api_key"
-H 'Content-Type: application/json'
-d'{
"amount": 1000
}' https://api.example.com/paytm/add_balance