Returns an array containing all partner remittances for all of your customers.
Transactions (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/partner_remittances
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadResponse
application/json
[ { "id": "2c7da6c316a34fd1915cb9fb2ccc632e", "receiver_first_name": "Max", "receiver_last_name": "Mustermann", "receiver_address": { … }, "receiver_account_number": "DE72110101001000014344", "amount": { … }, "status": "string", "description": "string", "clearing_profile_id": "1c0eda0b559825ef456b21d81f4ee962pacp", "sender": { … } } ]
Bodyapplication/json
The content of the request.
The receiver's address.
Example: {"line_1":"Musterstrasse 64","line_2":"Musterstrasse 64","postal_code":"10409","city":"Berlin","country":"DE","state":"BE"}
Optional description of the remittance, which will be visible to the recipient.
Example: "Purpose of the transaction"
ID of the clearing profile to use for this transaction.
Example: "1c0eda0b559825ef456b21d81f4ee962pacp"
The type of the booking. See the booking documentation for a list of explanations for each booking type.
Enum"CANCELLATION_BOOKING""CancellationCardTransaction""CANCELLATION_CARD_TRANSACTION_DIRECT""CANCELLATION_CHARGE_CARD""CANCELLATION_CHARGE_DUNNING""CANCELLATION_CHARGE_SEPA_DIRECT_DEBIT_RETURN""CANCELLATION_CRYPTO_EXCHANGE""CANCELLATION_CURRENCY_EXCHANGE_PARTNER""CANCELLATION_DIRECT_DEBIT""CANCELLATION_DOUBLE_BOOKING"
Example: "SEPA_CREDIT_TRANSFER"
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/partner_remittances
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "receiver_first_name": "Peter", "receiver_last_name": "Testmann", "receiver_address": { "line_1": "Musterstrasse 64", "line_2": "Musterstrasse 64", "postal_code": "10409", "city": "Berlin", "country": "DE", "state": "BE" }, "receiver_account_number": "DE72110101001000014344", "amount": { "value": 1000, "currency": "EUR", "unit": "cents" }, "description": "Purpose of the transaction", "clearing_profile_id": "1c0eda0b559825ef456b21d81f4ee962pacp", "booking_type": "INTERNAL_TRANSFER", "reference": "ert123456789ert" }
Request
Initiates the refund process for a partner remittance. Use this endpoint if you cannot credit the recipient's account, e.g., due to the beneficiary account being closed or blocked.
When the refund is completed, you will receive a BOOKING webhook notification for the sender's account, and the status of the partner remittance will change to returned.
Note that you may only use this endpoints on partner remittances with a status of COMPLETED.
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/partner_remittances/{partner_remittance_id}/refund
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/partner_remittances/{partner_remittance_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadResponse
application/json
{ "id": "2c7da6c316a34fd1915cb9fb2ccc632e", "receiver_first_name": "Max", "receiver_last_name": "Mustermann", "receiver_address": { "line_1": "Musterstrasse", "line_2": "string", "postal_code": "10409", "city": "Berlin", "country": "DE", "state": "BE" }, "receiver_account_number": "DE72110101001000014344", "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "status": "string", "description": "string", "clearing_profile_id": "1c0eda0b559825ef456b21d81f4ee962pacp", "sender": { "account_id": "575189c6eb825b10b9d0392fcb3bf61dcacc", "person_id": "ad8f5cefdc73035f17973fecb4fa2ebccper", "first_name": "Peter", "last_name": "Testmann", "iban": "DE13110101014386274299" } }