provider Accounts POST
/transfer @utdk/mercury
/transfer Create an internal transfer
Transfer funds between two accounts within the same organization. Supports transfers between depository accounts (checking/savings), from a depository account to a treasury/investment account, and from a treasury/investment account to a depository account. Creates paired debit and credit transactions.
Try it
Authentication
Configure credentials for Mercury API
Code snippet
Updates live as you fill in the form above.
TypeScript
import mercury from '@utdk/mercury';
await mercury.createinternaltransfer()