POST
/
omni-eagle
/
v1
/
transactions
curl --request POST \
  --url https://backend.dev.ecrop.de/ecrop-command/omni-eagle/v1/transactions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "referenceNumber": 5000000000,
  "transaction": {
    "amount": 123,
    "bankType": "PRIVATE_BANK",
    "currency": "<string>",
    "description": "<string>",
    "destinationPocket": {
      "id": 123,
      "insertDate": "2023-11-07T05:31:56Z",
      "modifyDate": "2023-11-07T05:31:56Z",
      "ownerUniqueIdentifierInClient": "<string>",
      "pocketNumber": "<string>"
    },
    "paymentType": "CASH",
    "sourcePocket": {
      "id": 123,
      "insertDate": "2023-11-07T05:31:56Z",
      "modifyDate": "2023-11-07T05:31:56Z",
      "ownerUniqueIdentifierInClient": "<string>",
      "pocketNumber": "<string>"
    },
    "transactionId": "<string>",
    "transactionTime": "2023-11-07T05:31:56Z"
  },
  "webHookUrl": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
referenceNumber
integer
required
Required range: 1 <= x <= 9999999999
webHookUrl
string
required
transaction
object

Response

201
_mintlify/placeholder

Risk evaluation order received successfully.