cURL
curl --request POST \ --url https://api.joinslash.com/transfer/virtual-account \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --header 'X-Idempotency-Key: <x-idempotency-key>' \ --data '{ "source": "<string>", "destination": "<string>", "amountCents": 123 }'
{ "transferId": "<string>" }
Transfer money between Virtual Accounts or fund a Virtual Account from a Primary Account
Authentication from public API requests
Unique key to ensure idempotency of the transfer.
OK
The response is of type object.
object