Aller au contenu principal

Get transactions list of the cardCodeShop

GET 

/account/card/:cardCodeShop/

Get transactions list of the cardCodeShop

Request

Path Parameters

    cardCodeShop stringrequired

    The codeShop of the card you want to get

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: accountingDate: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: -accountingDate,-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...