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
idInClient
string
required
amount
number
assetName
string
bankType
enum<string>
Available options:
PRIVATE_BANK,
CROSS_BORDER,
STATE_BANK
clientWebhook
string
currency
string
errorMessage
string
paymentType
enum<string>
Available options:
CASH,
CRYPTO_CURRENCY,
CHECKS,
DIGITAL_WALLETS,
CREDIT_DEBIT_CARD,
LETTER_OF_CREDIT,
WIRED_TRANSFER,
ELECTRONIC_FUNC_TRANSFER
quantity
number
recipientPartyEmail
string
recipientPayoutIdentifier
string
senderPartyEmail
string
senderPayoutIdentifier
string
state
enum<string>
Available options:
WAITING_FOR_SIGNATURES,
PROCESSING,
FAILED,
DONE
transferDateTime
string
transferDocument
object
webhookResult
string