# SEPA Direct Debits ## Create a SEPA Direct Debit for a freelancer - [POST /v1/persons/{person_id}/accounts/{account_id}/transactions/sepa_direct_debit](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-direct-debits/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1transactions~1sepa_direct_debit/post.md): Initiates a SEPA Direct Debit from the debtor specified in the request body to the freelancer's account specified in the request URL. ## Retrieve a SEPA Direct Debit for a freelancer - [GET /v1/persons/{person_id}/accounts/{account_id}/transactions/sepa_direct_debit/{id}](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-direct-debits/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1transactions~1sepa_direct_debit~1%7Bid%7D/get.md): Returns information about the SEPA Direct Debit specified in the request URL. ## Create a SEPA Direct Debit to a billing account - [POST /v1/accounts/{account_id}/transactions/sepa_direct_debit](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-direct-debits/paths/~1v1~1accounts~1%7Baccount_id%7D~1transactions~1sepa_direct_debit/post.md): Initiates a SEPA Direct Debit transaction from an external account (i.e., your customer account) to your billing account. You must add the of your billing account in the request URL. ## Get a SEPA Direct Debit transaction to a billing account - [GET /v1/accounts/{account_id}/transactions/sepa_direct_debit/{id}](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-direct-debits/paths/~1v1~1accounts~1%7Baccount_id%7D~1transactions~1sepa_direct_debit~1%7Bid%7D/get.md): Returns the details of a single SEPA Direct Debit transaction. You must add the of your billing account and the in the request URL. ## Fetch pending SEPA Direct Debits for an account - [GET /v1/accounts/{account_id}/incoming_sepa_direct_debits/scheduled](https://docs.solarisgroup.com/api-reference/digital-banking/sepa-transfers/sepa-direct-debits/paths/~1v1~1accounts~1%7Baccount_id%7D~1incoming_sepa_direct_debits~1scheduled/get.md): Returns an array containing all upcoming pending SDDs for the specified account for which we've been notified about by any creditor bank, including Solaris. This endpoint will not return SDDs that have been already executed.