OrganizationReturns bank transactions for the organization assigned to the API key

Returns bank transactions for the organization assigned to the API key

Accepts only an API key that is bound to a specific organization (organization API key). The organization is derived from the API key, not from the request body.

curl -X POST "https://api-gateway-prod-europe-west-1-7epuecvu.ew.gateway.dev/v1/organization/bank-transactions" \
  -H "Content-Type: application/json" \
  -H "api_key: YOUR_API_KEY" \
  -d '{
  "data": {
    "dateFrom": "2024-12-25T10:00:00Z",
    "dateTo": "2024-12-25T10:00:00Z",
    "dateType": "booking_date",
    "accountIdentification": "SK6811000000002922888888",
    "pairingStatus": "paired",
    "paymentStatus": "paid",
    "orderBy": "booking_date",
    "orderByDescending": false,
    "searchAfter": [
      "example_string"
    ]
  }
}'
{
  "data": {
    "transactions": [
      {
        "accountIdentification": "SK6811000000002922888888",
        "variableSymbol": "2025001",
        "constantSymbol": "0308",
        "totalAmount": 199.99,
        "currency": "EUR",
        "remittanceInformationUnstructured": "Doklad č. 2025/001",
        "additionalInfo": "Platba za tovar",
        "note": "Doklad spárovaný s faktúrou",
        "transactionPartyName": "Acme Corp",
        "transactionPartyIBAN": "DE89370400440532013000",
        "pairingStatus": "paired",
        "paymentStatus": "paid",
        "bookingDate": "2025-01-20T10:30:00Z"
      }
    ],
    "balances": [
      {
        "iban": "SK6511000000002942081405",
        "amount": 1250.75,
        "currency": "EUR"
      }
    ]
  },
  "success": true,
  "message": "example_string",
  "code": "APP_UNAUTHENTICATED"
}
POST
/v1/organization/bank-transactions
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: api_key)
api_keystring
Required

API key (sent in header)

Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Authentication

header
api_keystring
Required

API Key for authentication. Provide your API key in the header.

Body

application/json
dataobject

Responses

dataobject
successboolean
messagestring

optional message to help user understand error code

codestring
Allowed values:APP_UNAUTHENTICATEDAPP_INCORRECT_INPUT_DATASAVE_DATA_ERROR_CODE