Skip to main content
POST
Transfer between accounts

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and your API token. Obtain your key from the Dash.fi dashboard. Example: "Bearer YOUR_API_KEY"

Headers

Idempotency-Key
string

Retry-safe request key: repeating a request with the same key returns the original result instead of transferring again

Path Parameters

account-id
integer
required

Source account

Body

application/json

Transfer request

Transfer request

amount
string
required

Amount to transfer, in USD.

Example:

"100.00"

toAccountId
integer
required

Destination account. Must belong to the same customer as the source account.

Example:

1235

Response

Created transfer

createdAt
string<date-time>
required

Transfer creation time.

Example:

"2025-01-01T00:00:00Z"

fromAccountId
integer
required

Source account.

Example:

1234

id
string<uuid>
required

Transfer ID.

Example:

"550e8400-e29b-41d4-a716-446655440000"

status
string
required

Transfer status.

Example:

"completed"

toAccountId
integer
required

Destination account.

Example:

1235