Skip to main content
Weavr Multi Product API
Transfers

Get a transfer transaction

GET/transfers/{id}

Retrieve the transfer transaction identified by the id path parameter.

Request

Path parameters

Responses

200OK

Success

Headers
Body
application/json
{}
TransferTransfer · object · 12 fields
Response example
{  "id": "string",  "profileId": "string",  "tag": "string",  "source": {    "id": "string",    "type": "managed_cards"  },  "destination": {    "id": "string",    "type": "managed_cards"  },  "destinationAmount": {    "currency": "string",    "amount": 0  },  "description": "string",  "state": "INITIALISED",  "creationTimestamp": 0,  "scheduledTimestamp": "string",  "executionTimestamp": "string",  "cancellationReason": "string"}