User Routes
Add Payout Method
Add a payout method to the user. Payout method can be one of paypal
, venmo
, ach
, or cash_app
. Each method has different required parameters.
PUT
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Id of the user to fetch
Body
application/json
Response
200 - application/json
OK
The payout method.