The content of the request.
SEPA Direct Debit Returns
SEPA transfers
SEPA Direct Debits
SEPA Credit Transfers
(Legacy) Batch Transfer
SEPA Instant Credit Transfers
(Legacy) Standing orders
(Legacy) Timed orders
SDD Collection Limits
SDD Collection Applications
SDD Collections
SEPA Credit Batch Transfers
Scheduled Transfers
Sepa Instant Limits
Verification of Payee
(Legacy) SEPA Direct Debit for freelancers
(Legacy) SEPA Direct Debit for business
(Legacy) SEPA Direct Debit profile templates
SEPA transfers (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/
Request
Refunds a SEPA Direct Debit transaction for a freelancer.
Note that the refund request will be rejected if any of the following criteria are met:
- The account is inactive.
- The account is blocked (for any reason).
- The SDD was already returned.
- The amount is positive.
- The valuta date is older than 56 days (i.e., 8 weeks). You can refund older SDDs by contacting Solaris customer support (up to 13 months from the valuta date).
Note: This call triggers the change request process.
The ID of the SEPA Direct Debit booking resource to be refunded.
Example: "16d088c2-14ff-5da1-a373-b7b4623befca"
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/persons/{person_id}/accounts/{account_id}/sepa_direct_debit_returns
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "booking_id": "16d088c2-14ff-5da1-a373-b7b4623befca", "reason": "Example reason" }
Response
application/json
{ "id": "be6b2a68-2c93-4d39-b56e-0897b8137473" }