Returns an array containing all partner remittances for all of your customers.
- Index partner remittances
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/partner_remittances
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
[ { "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": { … } } ]
The content of the request.
The receiver's address.
The total amount to send in this remittance.
Optional description of the remittance, which will be visible to the recipient.
ID of the clearing profile to use for this transaction.
The type of the booking. See the booking documentation for a list of explanations for each booking type.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/accounts/{account_id}/partner_remittances
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "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 Server
https://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 Server
https://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 payload
{ "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" } }