Skip to main content

Retrieve a single fee

GET 

/api/fee_transaction_details/:id

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

Request

Path Parameters

    id stringrequired

    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...