Set Up a Bank for ACH Payouts (removed)
This endpoint has been removed. It used to set up a bank account up front so money could be sent to it by ACH bank transfer. That step is no longer needed — the bank is now set up automatically the first time an approved payout is sent to it.
Calling this endpoint now returns an error (HTTP 410) on purpose, so any older code still using it fails clearly. Instead, simply create a payout and have it approved.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The unique ID of the payee.
The unique ID of the payout destination.
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

