Aller au contenu principal

Get transactions for all of your clients

GET 

/kypay/transaction/all_clients

Get transactions for all of your clients

Request

Query Parameters

    date string

    the date filtering the ledger export, format yyyy-mm-dd (default is current date)

    Example: 2024-01-31
    page int

    Page number (default 1)

    Example: 1
    itemPerPage int

    number of transactions to return per page (default 1000)

    Example: 500

Responses

Transaction list

Schema
  • Array [
  • Type string

    Possible values: [Purchasing, Transfer, Sale]

    Type

    Date object

    Date of the transaction

    oneOf

    string

    Amount integer

    Transaction amount in euro cents (10000 = 100€)

    FlowCredit stringnullable

    Possible values: [C, F]

    Type of transaction ref

    Counterparty stringnullable

    Identity of counter party

    RefTransaction string

    Uniq ref to the transaction

    ModalTransac string

    Possible values: [10, 11, 20, 21, 30]

    Terms of the transaction

  • ]
Loading...