Add Payout Methods
All requests to the /v2/users/*
endpoints must include both the client_id
and api_key
as detailed in the
Authentication document.
Payout methods can be added by a user’s account by the user through the UI components provided by Dots. For a more custom integration, you can use the /v2/users/wallet/add_payout_method endpoint to do the same.
Add an ACH Account
Add a user’s bank account information to enable ACH payouts.
Method
Call the add_payout_method endpoint
Add PayPal
Add a user’s PayPal email address to their account to enable PayPal payouts.
Method
Call the add_payout_method endpoint
Add Venmo
Add a user’s Venmo phone number address to their account to enable Venmo payouts.
Method
Call the add_payout_method endpoint