Skip to main content

Get Fees

GET 

/v1/shop/fees

Returns accounting records that are not related to transactions (monthly service fees).

Request

Query Parameters

    since string

    Optional. From which date you would like to query fees.

    Example: 2023-11-06
    until string

    Optional. Date until you would like to query fees.

    page string

    Optional. Which page to show. This is useful for frontend together with per_page parameter.

    per_page string

    Optional. How many statements in one page. This is useful for frontend together with page parameter.

Responses

OK

Response Headers

  • Date

    string

  • Content-Type

    string

  • Transfer-Encoding

    string

  • Connection

    string

  • Set-Cookie

    string

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

  • X-Request-ID

    string

  • Link

    string

  • X-Total-Count

    integer

Schema

  • Array [

  • accounting_id string

    The unique identifier for the accounting entry

    object string

    The type of object (e.g., invoice, payment)

    created_at date-time

    The timestamp when the accounting entry was created

    amount double

    The amount associated with the accounting entry

    vat double

    The VAT amount associated with the transaction

  • ]

Loading...