Clearing transactions
Get a clearing transaction
Returns the clearing transaction specified in the request URL.
get/v1/accounts/{account_id}/clearing_transactions/{clearing_transaction_id}
Path parameters
account_idstring required
clearing_transaction_idstring required
Response
Successful result of the operation
Example response
{
"id": "3f4e761f500e4c11a6627b4d90daaec4",
"status": "EXECUTED",
"account_id": "06659ff514934b28800b5650d109cacc",
"account_iban": "DE43110101005555555555",
"clearing_account_iban": "DE30110101001234567890",
"amount": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"description": "Example description",
"booking_type": "SEPA_CREDIT_TRANSFER",
"valuta_date": "2022-04-22",
"transaction_type": "CLEARING_TRANSACTION",
"reference": "2603037c-e264-46c4-82e8-0d3ebc23a30f",
"initiator_reference": "2603037c-e264-46c4-82e8-0d3ebc23a30f"
}