Form a payout guild
Attract talented gamers and streamers by paying them how they want, when they want.
- Instant payments to Paypal, Venmo, RTP, Crypto, and others
- Globally localized payments in over 100 currencies
- Fully trackable payments with white-labeled confirmation emails
Speed run tax season
Dots managed tax information collection and verification makes end of year processes a breeze
- Staggered Know Your Customer (KYC) info collection prevents churn
- Embeddable information collection for 1099 or W8 generation
- Built-in compliance for screening against global watchlists and AML laws
Boost revenue, nerf workload
Pay gamers anywhere, with no additional effort
- 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
}
}
}
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!”