Skip to main content

Get all of yours transactions

GET 

/account/transaction/

Get all of yours transactions

Request

Query Parameters

    pagination string

    The pagination you want to get, default 1,10 (page = 1; nb_elements = 10)

    Example: 1,10
    filter string

    The filter you want to get, {champ}:{op}:{valeur},{champ_2}:{op_2}:{valeur_2}
    The field names are specified in the web service documentation.
    where {op} to be :

    • eq : égalité
    • ne : différent (!=)
    • lk : like. Pour les chaine de caractères, correspond au sql %valeur%
    • lt : plus petit que (<)
    • le : plus petit ou égal (<=)
    • gt : plus grand que (>)
    • ge : plus grand ou égal (>=)

    Example: dateEcr:gt:20190118
    orderby string

    The orderby you want to get, {champ},{-champ_2}
    The field names are specified in the web service documentation.
    Sorting is ascending by default, for sorting descending the field must be preceded by the “-” sign.
    Several filters can be combined by separating them with commas

    Example: -dateEcr,-debit

Responses

Return a transaction details

Schema
  • Array [
  • category string

    category

    orderExternalId string

    orderExternalId

    debit number

    debit

    credit number

    credit

    idCtp number

    idCtp

    compteGeneral number

    compteGeneral

    interBankCode string

    interBankCode

    accountingDate datetime

    accountingDate

    valueDate datetime

    valueDate

    lettrage boolean

    lettrage

    lotXml string

    lotXml

    idCtpLot number

    idCtpLot

    pacsNbOperation number

    pacsNbOperation

    mandateId number

    mandateId

    idCardNumber string

    idCardNumber

    rejectCode string

    rejectCode

    mandateSequence string

    mandateSequence

    instructingIban string

    instructingIban

    maxRejectDateSDDB2B string

    maxRejectDateSDDB2B

    orderLineId number

    orderLineId

    orderId number

    orderId

    iban string

    iban

    clientId number

    clientId

    bic string

    bic

    author string

    author

    compteAuxiliaire string

    compteAuxiliaire

    journal string

    journal

    line1 string

    line1

    line2 string

    line2

    id string

    id

  • ]
Loading...