# Add a new payout method to the current account using a payment method ID Endpoint: POST /me/stripe_financial_connections/add_account Version: 0.1.0 Security: OAuth2 ## Request fields (application/json): - `payment_method_id` (string, required) ## Response 200 fields (application/json): - `bank_account` (object, required) - `bank_account.bank_name` (string, required) - `bank_account.country` (string, required) - `bank_account.currency_alpha_2` (string, required) - `bank_account.last4` (string, required) - `bank_account.routing` (string) - `card` (object, required) - `card.month` (integer, required) - `card.year` (integer, required)