E-Banka
    • E-Banka
    • Transactions
      POST
    • Untitled Endpoint
      GET
    • Ping
      GET
    • Setup
      POST
    • Get variables
      GET
    • Get balance
      GET
    • List accounts
      GET

      Transactions

      POST
      /bank/transactions

      Request

      Authorization
      Add parameter in header
      X-API-Key
      Example:
      X-API-Key: ********************
      Body Params application/json

      Examples

      Responses

      🟢200OK
      OK
      This response does not have a body.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://prov.banka.pro/bank/transactions' \
      --header 'X-API-Key: <api-key>' \
      --header 'Content-Type: application/json' \
      --data-raw '{}'
      Modified at 2026-03-06 01:49:36
      Previous
      E-Banka
      Next
      Untitled Endpoint
      Built with