- Payouts
- Create a direct payout. It must be enabled for your account
Payouts
Create a direct payout. It must be enabled for your account
POST
/api/api/payouts/create_direct_payout
client_id*
api_key*
curl --request POST \
--url https://api.senddotssandbox.com/api/api/payouts/create_direct_payout \
--header 'Authorization: Basic AUTH_VALUE'
{
"payout_type": "paypal",
"delivery_method": "string",
"international": true
}
{
"success": true,
"message": "Invalid Venmo phone number"
}
{
"payout_type": "paypal",
"delivery_method": "string",
"international": true
}
{
"success": true,
"message": "Invalid Venmo phone number"
}