Returns an array containing all clearing profiles under your control.
Transactions (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/clearing_profiles
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
An array containing the allowed booking types for this profile.
Indicates whether the customer must complete a change request for negative bookings on their account.
[ { "id": "8264234444a2a4cb1ee33666259c5513pacp", "iban": "DE97110101004884374432", "allowed_booking_types": [ … ], "customer_authentication": true } ]
The content of the request.
The amount to withdraw from the account in the URL.
The type of the booking. See the booking documentation for a list of explanations for each booking type.
ID of the clearing profile to use for the clearing transaction.
A description for the credit clearing transaction, which will be visible to the account holder.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/credit_clearing_transactions
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "amount": { "value": 1000, "currency": "EUR", "unit": "cents" }, "booking_type": "INTERNAL_TRANSFER", "description": "Example clearing transaction", "clearing_profile_id": "1c0eda0b559825ef456b21d81f4ee962pacp", "reference": "ert123456789ert", "initiator_reference": "2603037c-e264-46c4-82e8-0d3ebc23a30f" }
The operation was successful.
The status of the clearing transaction.
ID of the account for which the transaction was created.
A description of the transaction, which is visible to both the sender and the receiver.
The type of the booking. See the booking documentation for a list of explanations for each booking type.
UUID reference for the transaction. Acts as an idempotency key.
{ "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" }
The content of the request.
Amount
The booking type to use for the debit clearing transaction. Must match one of the booking types defined in the clearing profile.
ID of the clearing profile to use for the debit clearing transaction.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/debit_clearing_transactions
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "amount": { "value": 1000, "currency": "EUR", "unit": "cents" }, "booking_type": "INTEREST_ACCRUED", "description": "Example clearing transaction", "clearing_profile_id": "1c0eda0b559825ef456b21d81f4ee962pacp", "reference": "ert123456789ert", "initiator_reference": "2603037c-e264-46c4-82e8-0d3ebc23a30f" }
The operation was successful.
The status of the clearing transaction.
ID of the account for which the transaction was created.
A description of the transaction, which is visible to both the sender and the receiver.
The type of the booking. See the booking documentation for a list of explanations for each booking type.
UUID reference for the transaction. Acts as an idempotency key.
{ "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" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/clearing_transactions/{clearing_transaction_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
The status of the clearing transaction.
ID of the account for which the transaction was created.
A description of the transaction, which is visible to both the sender and the receiver.
The type of the booking. See the booking documentation for a list of explanations for each booking type.
UUID reference for the transaction. Acts as an idempotency key.
{ "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" }