# Move money with financial accounts Learn the requests available to move money within financial accounts. There are two ways to move funds from a financial account to another account (either an external account or another financial account): - Originate an [outbound payment](https://docs.stripe.com/treasury/connect/v2/moving-money/out-of/outbound-payments.md) to move money to a different user’s financial account or a third party’s external bank account (“me to someone else”). - Originate an [outbound transfer](https://docs.stripe.com/treasury/connect/v2/moving-money/out-of/outbound-transfers.md) to move money to an external account that belongs to the same connected account or between financial accounts associated with the same user (“me to me”). #### Source currency - GBP The following money movement objects are available on the financial accounts: | From a financial account to: | Money movement object | Payout method | Recipient capability | Expected arrival time | | --- | --- | --- | --- | --- | | Another financial account under a different account | [OutboundPayment](https://docs.stripe.com/treasury/connect/v2/moving-money/out-of/outbound-payments.md) | — | — | Immediate | | Another financial account belonging to the same account | [OutboundTransfer](https://docs.stripe.com/treasury/connect/v2/moving-money/out-of/outbound-transfers.md) | — | — | Immediate | | External UK bank account belonging to the same account | [OutboundTransfer](https://docs.stripe.com/treasury/connect/v2/moving-money/out-of/outbound-transfers.md) | Faster Payments (FPS) | `bank_accounts.local` | Immediate | | An external UK recipient (third party payout) | [OutboundPayment](https://docs.stripe.com/treasury/connect/v2/moving-money/out-of/outbound-payments.md) | Faster Payments (FPS) | `bank_accounts.local` | Immediate | | An external recipient (third party payout) with FX | [OutboundPayment](https://docs.stripe.com/treasury/connect/v2/moving-money/out-of/outbound-payments.md) | Cross-border | Varies by country | Typically 1-7 days (varies by country) | ## See also - [Send money to recipients and financial accounts you don’t own](https://docs.stripe.com/treasury/connect/v2/moving-money/out-of/outbound-payments.md) - [Transfer money to your bank account or between your financial accounts](https://docs.stripe.com/treasury/connect/v2/moving-money/out-of/outbound-transfers.md) - [Fund a financial account](https://docs.stripe.com/treasury/connect/v2/moving-money/fund-a-financial-account.md)