{
"amount": "120.00",
"archived_at": "2023-08-30T10:08:08.146343Z",
"attachment_required": true,
"bank_account": {
"id": 53,
"url": "https://app.pennylane.com/api/external/v2/bank_accounts/53"
},
"categories": [
{
"analytical_code": "CODE123",
"category_group": {
"id": 229
},
"created_at": "2023-08-30T10:08:08.146343Z",
"id": 421,
"label": "HR - Salaries",
"updated_at": "2023-08-30T10:08:08.146343Z",
"weight": "0.25"
},
{
"analytical_code": "CODE123",
"category_group": {
"id": 229
},
"created_at": "2023-08-30T10:08:08.146343Z",
"id": 421,
"label": "HR - Salaries",
"updated_at": "2023-08-30T10:08:08.146343Z",
"weight": "0.25"
}
],
"created_at": "2023-08-30T10:08:08.146343Z",
"currency": "EUR",
"currency_amount": "120.00",
"currency_fee": "120.00",
"customer": {
"id": 42,
"url": "https://app.pennylane.com/api/external/v2/customers/42"
},
"date": "2023-08-30",
"fee": "120.00",
"id": 42,
"journal_id": 42,
"label": "VIR SEPA MY SUPPLIER SAS",
"matched_invoices": {
"url": "https://app.pennylane.com/api/external/v2/transactions/42/matched_invoices"
},
"outstanding_balance": "49.3",
"pro_account_expense": {
"card_masked_number": "123456XXXXXX7890",
"employee": {
"first_name": "John",
"id": 42,
"last_name": "Doe"
}
},
"supplier": {
"id": 42,
"url": "https://app.pennylane.com/api/external/v2/supplier/42"
},
"updated_at": "2023-08-30T10:08:08.146343Z"
}
Retrieve a transaction
ℹ️ This endpoint requires one of the following scopes:
transactions:readonly
{
"amount": "120.00",
"archived_at": "2023-08-30T10:08:08.146343Z",
"attachment_required": true,
"bank_account": {
"id": 53,
"url": "https://app.pennylane.com/api/external/v2/bank_accounts/53"
},
"categories": [
{
"analytical_code": "CODE123",
"category_group": {
"id": 229
},
"created_at": "2023-08-30T10:08:08.146343Z",
"id": 421,
"label": "HR - Salaries",
"updated_at": "2023-08-30T10:08:08.146343Z",
"weight": "0.25"
},
{
"analytical_code": "CODE123",
"category_group": {
"id": 229
},
"created_at": "2023-08-30T10:08:08.146343Z",
"id": 421,
"label": "HR - Salaries",
"updated_at": "2023-08-30T10:08:08.146343Z",
"weight": "0.25"
}
],
"created_at": "2023-08-30T10:08:08.146343Z",
"currency": "EUR",
"currency_amount": "120.00",
"currency_fee": "120.00",
"customer": {
"id": 42,
"url": "https://app.pennylane.com/api/external/v2/customers/42"
},
"date": "2023-08-30",
"fee": "120.00",
"id": 42,
"journal_id": 42,
"label": "VIR SEPA MY SUPPLIER SAS",
"matched_invoices": {
"url": "https://app.pennylane.com/api/external/v2/transactions/42/matched_invoices"
},
"outstanding_balance": "49.3",
"pro_account_expense": {
"card_masked_number": "123456XXXXXX7890",
"employee": {
"first_name": "John",
"id": 42,
"last_name": "Doe"
}
},
"supplier": {
"id": 42,
"url": "https://app.pennylane.com/api/external/v2/supplier/42"
},
"updated_at": "2023-08-30T10:08:08.146343Z"
}
(Required)
"42"
A Transaction
The response is of type object
.