Authorization: Bearer ********************
{ "amount": 500, "upi_id": "receiver@okhdfcbank", "name": "Jane Doe", "phone": "9876543210", "email": "jane@example.com", "remarks": "Vendor Commission Payout" }
curl --location 'https://pay.bottercc.com/api/v1/payout' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": 500, "upi_id": "receiver@okhdfcbank", "name": "Jane Doe", "phone": "9876543210", "email": "jane@example.com", "remarks": "Vendor Commission Payout" }'
{ "success": true, "payout_id": 104, "amount": "100.00", "fee_percentage": "2.00%", "fee_amount": "2.00", "total_debited": "102.00", "net_payout": "100.00", "payout_method": "UPI", "recipient": { "upi_id": "receiver@okhdfcbank", "name": "Jane Doe", "phone": "9876543210", "remarks": "Vendor Commission" }, "status": "pending", "message": "Payout request queued successfully for disbursement." }