latestOpenAPI 3.1.02026-08-105546268.4 KB
f1fef352d976
SEPA Direct Debits
Create a SEPA Direct Debit for a freelancer
Initiates a SEPA Direct Debit from the debtor specified in the request body to the freelancer's account specified in the request URL.
post/v1/persons/{person_id}/accounts/{account_id}/transactions/sepa_direct_debit
Path parameters
person_idstring required
account_idstring required
Request body
Example request
{
"reference": "f69f6431-bfb7-4c7e-81ba-8a4f023362c2",
"amount": {
"value": 1000,
"currency": "EUR",
"unit": "cents"
},
"description": "Example transaction",
"collection_date": "2016-02-11T00:00:00.000Z",
"mandate": {
"reference": "1",
"creditor_identifier": "DE98ZZZ09999999999",
"scheme": "B2B",
"sequence_type": "ONE_OFF",
"signature_date": "2016-02-02T00:00:00.000Z",
"debtor_name": "Hans Mustermann",
"debtor_iban": "DE32110101001000000029",
"debtor_bic": "COBADEFFXXX"
},
"end_to_end_id": "ABC123"
}Response
Successful result of the operation
Example response
{
"id": "074ff24d187a014f42d5694b13e9cf1fctrx",
"status": "accepted",
"reference": "8880a72c-2675-482d-8d88-70a02c608592",
"amount": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"collection_date": "2021-02-11T00:00:00.000Z",
"mandate": {
"reference": "dsf2r3raedfs3fsf342fctrx",
"creditor_identifier": "DE98ZZZ09999999999",
"signature_date": "2017-10-02T16:12:41Z",
"debtor_name": "Hans Mustermann",
"debtor_iban": "DE29300400000180478000",
"debtor_bic": "COBADEFFXXX"
},
"end_to_end_id": "END2ENDREJ"
}