# Internal transfers

the internal-transfers API

## Transfer funds between two tenants within the same omnibus

 - [POST /v1/domains/{domainId}/omnibus/{omnibusId}/tenants/{tenantId}/internal-transfers](https://docs.ripple.com/products/custody/v1.36/reference/api/openapi/internal-transfers/createinternaltransfer.md): Moves an amount from a source tenant to a destination tenant within the same omnibus by recording a cross-account entry in the Accounting service. Synchronous: blocks on a Temporal workflow (~25s timeout) that validates, reserves, posts to Accounting, and finalizes. See InternalTransferStatus for the meaning of each terminal status.

## List internal transfers for an omnibus (paginated)

 - [GET /v1/domains/{domainId}/omnibus/{omnibusId}/internal-transfers](https://docs.ripple.com/products/custody/v1.36/reference/api/openapi/internal-transfers/getinternaltransfers.md)

