Skip to main content

Fetch Settlement

GET 

/settlements/:id

Fetch Settlement

Request

Path Parameters

    id uuidrequired

    ID of the settlement to fetch

Responses

Successful operation
Schema
    id uuid
    recipient_type string

    Possible values: [Entity, Platform, Beneficiary]

    recipient_id uuid
    currency Currency (string)

    ISO-4217 three-letter currency code.

    amount integer

    Full settlement amount before subtracting the settlement (bank transfer) fee

    fee integer

    settlement (bank transfer) fee for the settlement. Includes VAT.

    tax integer

    VAT

    reference string

    Settlement bank transfer sequence number. This value is not available yet and will be provided in future updates.

    settlement_count int32

    Number of transactions included in the settlement

    invoice_url uri

    Settlement invoice PDF file URL.

    csv_list_url uri

    Settlement transaction CSV list.

    pdf_list_url uri

    Settlement transaction PDF list. This is not always available

    created_at timestamp
Loading...