v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBtransactions
Update transaction
Update a transaction.
post/transactions/{id}
Path parameters
idstring required
The ID of the transaction.
Request body
Response
200
Example response
{
"id": "f6ada630-1774-46c1-a27f-1ce2f5fb8647",
"object": "transaction",
"connected_account_id": "ff1714ae-3ec8-450d-984c-c6ee44c82a88",
"booking_date": "2022-01-03",
"value_date": "2022-01-03",
"category": "credit_transfer",
"description": "MyCompany Invoice 5678",
"direction": "credit",
"amount": 2000,
"currency": "EUR",
"counterparty_account": {
"account_number": "FR5412739000504811631858C47",
"holder_name": "Jane Doe"
},
"external_account": {
"account_number": "FR5412739000504811631858C47",
"bank_code": "BNPAFRPPXXX",
"holder_name": "Jane Doe",
"holder_address": {
"line_1": "1, rue de la Bourse",
"building_number": "1",
"street_name": "rue de la Bourse",
"postal_code": "59000",
"city": "Lille",
"country": "FR"
}
},
"virtual_account_number": "FR4714508000301359366727T71",
"internal_account": {
"account_number": "FR4714508000301359366727T71",
"holder_name": "John Doe"
},
"internal_account_id": "d08922ee-dce1-45dc-b9cd-c83251fb9fc5",
"external_account_id": "d08922ee-dce1-45dc-b9cd-c83251fb9fc5",
"bank_data": {
"file_id": "26f4ca1c-65b0-412f-b464-206721d1e6d8",
"statement_id": "STS-C4RR9YPLL0HHIFFHR-D8CET1",
"end_to_end_id": "2144F77DJZB5949E0B15A7Z8923TX1"
},
"created_at": "2022-01-03T00:11:07Z"
}