GET
/
omni-omni
/
v1
/
transfers
/
{id-in-client}
curl --request GET \
  --url https://backend.sandbox.ecrop.de/ecrop-command/omni-omni/v1/transfers/{id-in-client} \
  --header 'Authorization: Bearer <token>'
{
  "amount": 123,
  "assetName": "<string>",
  "bankType": "PRIVATE_BANK",
  "clientWebhook": "<string>",
  "currency": "<string>",
  "errorMessage": "<string>",
  "idInClient": "<string>",
  "paymentType": "CASH",
  "quantity": 123,
  "recipientPartyEmail": "<string>",
  "recipientPayoutIdentifier": "<string>",
  "senderPartyEmail": "<string>",
  "senderPayoutIdentifier": "<string>",
  "state": "WAITING_FOR_SIGNATURES",
  "transferDateTime": "2023-11-07T05:31:56Z",
  "transferDocument": {
    "description": "<string>",
    "fileType": "PICTURE",
    "id": 123,
    "title": "<string>",
    "url": "<string>"
  },
  "webhookResult": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id-in-client
string
required

Response

200
application/json
Transfer retrieved successfully

The response is of type object.