1. Payouts
  2. 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"
}

Body

payout_type
string
Available options: paypal, venmo, visa, amazon
delivery_method
string

Phone number for venmo and email for all other payout types

international
boolean

Set to true if the payout is international

Response

success
boolean
message
string

Error message if success is false