English
cURL
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>" }
Retrieve a transfer associated with the specified id-in-client.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transfer retrieved successfully
The response is of type object.
object