POST
/
transfer
/
virtual-account
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>"
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Headers

X-Idempotency-Key
string
required

Unique key to ensure idempotency of the transfer.

Body

application/json

Response

200
application/json

OK

The response is of type object.