> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PAD Agreement

<Warning>
  **Work in progress**

  This section is currently under active development as part of improvements planned for 2026. Content may change as we expand product capabilities.

  If you're interested in early access or want to learn more about what's coming, feel free to [reach out to the team](/guides/support/contact-flinks).
</Warning>

Retrieve a Pre-Authorized Debit (PAD) agreement by its ID. Use this endpoint to obtain the `padLink` URL after [creating a DEBIT transaction](/api/pay/endpoints/eft/create-transaction).

## Retrieving the PAD Link

When you create a DEBIT transaction via `POST /api/v1/transactions`, the response includes a `padId` in each schedule object. Use that `padId` with this endpoint to retrieve the full PAD details, including the `padLink`.

The `padLink` is a URL you present to your end user so they can review and sign the PAD agreement before the payment is processed.

## Typical Flow

1. [Create a DEBIT transaction](/api/pay/endpoints/eft/create-transaction): returns `padId` in the schedule response
2. **Get PAD agreement** (this endpoint): returns `padLink`
3. Present `padLink` to the end user for PAD signing
