---
title: "Show Direct Debit Authority"
method: GET
path: "/direct_debit_authorities/{id}"
tags: ["Direct Debit Authorities"]
---

# Show Direct Debit Authority

`GET /direct_debit_authorities/{id}`

Show details of a specific **Direct Debit Authority** using a given `:id`.

## Path parameters

- `id` string, required

## Response `200`

OK

- SingleDirectDebitAuthority
  - `direct_debit_authorities` DirectDebitAuthority
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `amount` string
    - `bank_bsb` string
    - `debit_user_id` string
    - `state` string
    - `related` object
      - `bank_accounts` string
    - `links` object
      - `self` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
