padLink URL after creating a DEBIT transaction.
Retrieving the PAD Link
When you create a DEBIT transaction viaPOST /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
- Create a DEBIT transaction: returns
padIdin the schedule response - Get PAD agreement (this endpoint): returns
padLink - Present
padLinkto the end user for PAD signing