Get payment link details
deonpay_get_linkRetrieve a complete payment link payload using its UUID or short code. Returns detailed information including line items, customization, expiration, and usage limits.
Instructions
Fetch a single payment link by its UUID or short_code. Returns the full link payload including line_items (enriched with product data when product_id is present), customization, custom_fields, expiration, usage limits and aggregated stats. Use this when the user references a link by name/short_code from a previous list, or when they paste a https://deonpay.mx/pay/<short_code> URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Either the link UUID or its short_code (e.g. 'abc123xy'). |