Get all of yours transactions
GET/account/transaction/
Get all of yours transactions
Request
Query Parameters
- 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 (>=)
 
The pagination you want to get, default 1,10 (page = 1; nb_elements = 10)
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 :
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
Responses
- 200
 - 204
 - 400
 - 500
 
Return a transaction details
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
category
orderExternalId
debit
credit
idCtp
compteGeneral
interBankCode
accountingDate
valueDate
lettrage
lotXml
idCtpLot
pacsNbOperation
mandateId
idCardNumber
rejectCode
mandateSequence
instructingIban
maxRejectDateSDDB2B
orderLineId
orderId
iban
clientId
bic
author
compteAuxiliaire
journal
line1
line2
id
[
  {
    "category": "STANDARD",
    "orderExternalId": "JRX-20180612-002",
    "debit": "0",
    "credit": "10002",
    "idCtp": "5016488",
    "compteGeneral": "407010",
    "interBankCode": "CORE_SDD_SENT",
    "accountingDate": "2023-01-22",
    "valueDate": "2023-01-22",
    "lettrage": "true",
    "lotXml": "OU66AZ3712L-00005016490-20180612",
    "idCtpLot": "5016490",
    "pacsNbOperation": "0",
    "mandateId": "5997",
    "idCardNumber": "null",
    "rejectCode": "MD07",
    "mandateSequence": "FRST",
    "instructingIban": "null",
    "maxRejectDateSDDB2B": "null",
    "orderLineId": "5012500",
    "orderId": "11704",
    "iban": "FR701973300001OU66AZ3712L83",
    "clientId": "7585",
    "bic": "OPSPFR21OLK",
    "author": "TS-STANDARD",
    "compteAuxiliaire": "OU66AZ3712L",
    "journal": "OPNXPRLVT01",
    "line1": "SDD Ordre: 11704",
    "line2": "TEST 02 SDD PAIN.008",
    "id": "20180612-131327-598-0000000000002-135068"
  }
]
No transaction data found with this codeShop
We need a codeShop to found the transaction data or use the '/' endpoint
ERROR Request