Get the transaction of the clientId
GET/account/transaction/:clientId/
Get the transaction of the clientId
Request
Path Parameters
The Id of the client you want to get
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 clientId
We need a clientId to found the transaction data or use the '/' endpoint
ERROR Request