Trusted by
Entice referrals and affiliates with payouts
Dots provides flexible and trackable payments anywhere in the world. Retain premium affiliates by paying them how they want.
- Fully trackable payments with white-labeled confirmation emails
- Keep your affiliates happy with payments to PayPal, Venmo, and others
- Globally localized payments in over 100 currencies
Simplify tax processes
Our managed tax information collection and verification - making end of year processes a breeze.
- Embeddable information collection for 1099 or W8 generation
- Consolidate payments with all details needed for EOY reporting.
- Built-in compliance for screening against global watchlists and AML laws
Scale revenue, not effort
Ensure that as your affiliates span across the globe, your workload remains minimal.
- Easily send automated payouts (even batched!) via API calls
- Automate difficult tracking and reporting with Dots API and dashboard
- Flexible funds flows allow for versatile money movement
Minimal Code, Maximum Impact
With our payouts API you can drastically improve your payout options and skip the manual process of adding multiple payment processors—while still reaping the conversion benefits.
see docs1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
curl https://pls.senddotssandbox.com/api/payouts/create_payout_link \
-X POST \
-H "Authorization: Basic <TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"delivery": {
"method": "link"
}
"amount": 1000,
}'
response = {
"success": true,
"payout_link": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"link": "https://senddotssandbox.com/payout_link/dsfvytoehf3745bfm2k3244543fdf",
"original_amount": 1000,
"amount": 1000,
"status": "delivered",
"api_app_name": "Test App",
"payee": {
"first_name": null,
"last_name": null,
"email": null,
"country_code": null,
"phone_number": null
}
}
}
FAQ
See What Our Customers Are Saying
Jack Li
Founder & CEO, Zappy
“Dots' full wallet management solution allows us to manage complex money flows between multiple parties. Their one click payments and payouts integration works great and offers us the flexibility and control over funds just like an in house solution. Our users can pay and get paid in the way they want. Implementing Dots even allowed our product to grow over 100% month over month!”