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.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Id of the user to fetch
Payout platform to add.
paypal, venmo, cash_app, ach Bank account or Cash App routing number. Required if platform = ach or cash_app.
Bank account or Cash App account number. Required if platform = ach or cash_app.
Bank account type. Required if platform = ach.
checking, savings PayPal email address. Required if platform = paypal.
Venmo phone number. One of phone_number or handle is required if platform = venmo.
Venmo handle. One of phone_number or handle is required if platform = venmo.
Cash App Cash Tag. Required if platform = cash_app.