Skip to main content

Retrieve a single fee

The endpoint is designed to retrieve the details of a single fee based on a specific fee ID.

Path Parameters
  • id string required

    FeeTransactionDetail identifier

Responses

OK - The request was processed successfully.


Schema
  • id integer
  • account integer
  • currency string
  • amount string
  • executionDate stringnull
  • comment stringnull
  • status string

    Possible values: [pending, executed]

Loading...