Skip to main content
Weavr API
Transfers

Create a transfer

POST/transfers

Transfers funds between managed accounts and managed cards belonging to the same corporate or consumer identity.

Both instruments must be active. Debit-mode cards can't be used because they don't hold a balance. The specified Transfer Profile, configured in the Multi Portal, determines the transaction's fees and restrictions.

Set scheduledTimestamp to schedule execution for a future UTC date and time.

Request

Header parameters

Request body

*
application/json
{}
objectobject · 7 fields

Responses

200OK

Success

Headers
Body
application/json
{}
TransferTransfer · object · 12 fields
Response example
{  "id": "2468013579",  "profileId": "10001",  "tag": "invoice-2026-0042",  "source": {    "type": "managed_accounts",    "id": "123456789"  },  "destination": {    "type": "managed_accounts",    "id": "987654321"  },  "destinationAmount": {    "currency": "GBP",    "amount": 1250  },  "description": "Invoice 2026-0042",  "state": "COMPLETED",  "creationTimestamp": 1786118400000,  "executionTimestamp": "1786118401250"}