v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-067997411.3 KB

Transfer money between Virtual Accounts or fund a Virtual Account from a Primary Account

post/transfer/virtual-account

Headers

X-Idempotency-Keystring required

Unique key to ensure idempotency of the transfer.

Request body

sourcestring required

The ID of the virtual account to transfer money from. Can also be the virtual account linked to a primary Slash account to fund a new virtual account (Virtual account with the name 'Primary account').

destinationstring required

The ID of the virtual account to transfer money to.

amountCentsnumber required

The amount of money to send in cents.

memostring

Optional memo/description for the transfer to help differentiate transactions.

Response

OK

transferIdstring required

The ID of the transfer that was created.