# Get a SEPA Direct Debit transaction to a billing account Returns the details of a single SEPA Direct Debit transaction. You must add the of your billing account and the in the request URL. Endpoint: GET /v1/accounts/{account_id}/transactions/sepa_direct_debit/{id} Version: 1.0 ## Path parameters: - `account_id` (string, required) - `id` (string, required) ## Response 200 fields (application/json): - `id` (string) Unique ID of the transaction. Example: "074ff24d187a014f42d5694b13e9cf1fctrx" - `status` (string) The status of the SDD transaction. Enum: "created", "accepted", "declined", "executed", "review_needed", "canceled" - `reference` (string) Optional reference for the transaction. Acts as an idempotency key. Example: "8880a72c-2675-482d-8d88-70a02c608592" - `amount` (object) The amount to debit from the external account. - `amount.value` (integer) The amount value. Example: 1000 - `amount.unit` (string) The unit of the given value in cents. Example: "cents" - `amount.currency` (string) The currency of the given value. Only EUR is currently supported. Example: "EUR" - `description` (string) Optional description for the transaction, which will be visible to the debtor. Limited to 140 characters. Please note the [SEPA character restrictions.](https://docs.solarisgroup.com/api-reference/standards/#sepa-characters) - `collection_date` (string) The date on which to collect the direct debit. The default value is the day after the current day. The latest possible date is 14 calendar days in the future. Example: "2021-02-11T00:00:00.000Z" - `mandate` (object) Object containing information about the direct debit mandate. - `mandate.reference` (string) Reference of the mandate. Must be unique for the creditor identifier. Example: "dsf2r3raedfs3fsf342fctrx" - `mandate.creditor_identifier` (string) Unique reference that identifies a party collecting payments under the SEPA Direct Debit scheme within and across 32 countries. See the [Deutsche Bundesbank's definition of creditor identifier](https://www.bundesbank.de/en/tasks/payment-systems/services/sepa/creditor-identifier/creditor-identifier-626704) for more information. Example: "DE98ZZZ09999999999" - `mandate.scheme` (string) The scheme to use for the mandate. Use unless instructed otherwise. - `mandate.sequence_type` (string) The sequence type of this mandate (i.e., whether the transaction is one-off or recurring). - `mandate.signature_date` (string) The date when the debtor signed the mandate. Example: "2017-10-02T16:12:41Z" - `mandate.debtor_name` (string) The debtor's name. Please note the [SEPA character restrictions.](https://docs.solarisgroup.com/api-reference/standards/#sepa-characters) Example: "Hans Mustermann" - `mandate.debtor_iban` (string) The debtor's IBAN. Example: "DE29300400000180478000" - `mandate.debtor_bic` (string) The debtor's BIC. Example: "COBADEFFXXX" - `end_to_end_id` (string) SEPA identifier provided by the transaction initiator, which will be routed throughout the whole payment process. Please note the [SEPA character restrictions.](https://docs.solarisgroup.com/api-reference/standards/#sepa-characters) Example: "END2ENDREJ" ## Response 400 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "400" - `code` (string) Example: "build_pagination_headers_failure" - `title` (string) Example: "Failed to build pagination headers." - `detail` (string) Example: "Cannot connect to database." ## Response 403 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `code` (string) Example: "unauthorized_action" - `title` (string) Example: "Unauthorized Action" - `detail` (string) Example: "Unauthorized action is not allowed." ## Response 404 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `code` (string) Example: "model_not_found" - `title` (string) Example: "Model Not Found" - `detail` (string) Example: "Couldn't find 'Solaris::Identification' for id 'bbbcccfff388923eb899a5852df6cidt'." ## Response 500 fields (application/json): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."