Skip to main content
Work in progressThis 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.
Retrieve a Pre-Authorized Debit (PAD) agreement by its ID. Use this endpoint to obtain the padLink URL after creating a DEBIT transaction. 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: returns padId in the schedule response
  2. Get PAD agreement (this endpoint): returns padLink
  3. Present padLink to the end user for PAD signing