Transfer (GET)
Authorization
Bearer Authentication AuthorizationBearer <token>
In: header
Path Parameters
id-in-client*string
Response Body
application/json
curl -X GET "https://example.com/omni-omni/v1/transfers/string"{
"amount": 0,
"assetName": "string",
"bankType": "PRIVATE_BANK",
"clientWebhook": "string",
"currency": "string",
"errorMessage": "string",
"idInClient": "string",
"paymentType": "CASH",
"quantity": 0,
"recipientPartyEmail": "string",
"recipientPayoutIdentifier": "string",
"senderPartyEmail": "string",
"senderPayoutIdentifier": "string",
"state": "WAITING_FOR_SIGNATURES",
"transferDateTime": "2019-08-24T14:15:22Z",
"transferDocument": {
"content": "string",
"description": "string",
"fileExtension": "string",
"fileType": "PICTURE",
"id": 0,
"title": "string",
"url": "string"
},
"webhookResult": "string"
}Empty