Set how an Account charges through a Stripe Connect provider
PUT
/payment-providers/{providerId}/accounts/{accountId}direct charges the organisation's own Stripe account; connected links the given connected account, reuses the one already on the row, or vends a new Stripe v2 account (Stripe liable, no dashboard) for this Account.
Parameters
providerIdpathrequiredaccountIdpathrequiredRequest Body
mode*"direct" | "connected"
connectedAccountIdstringAn existing connected account on the organisation's Stripe platform to link; omit to vend one
displayNamestring
contactEmailstring (email)
countrystring
currencystring
Response
Row
account*any
Code Samples
No code examples available for this operation.