# Dodo Payment Link on your site (https://talivia.com/docs/revenue-guides/dodo-payments/payment-link-on-your-site)



Use this option when a customer opens a Dodo Payment Link from your website. First connect the account in **Website settings → Revenue → Dodo Payments**.

## Add the link to a tracked page [#add-the-link-to-a-tracked-page]

Use the complete Payment Link copied from Dodo in a normal `<a>` link or a linked button. No Talivia-specific checkout code is needed.

```html title="Dodo Payment Link"
<a href="https://checkout.dodopayments.com/buy/YOUR_PRODUCT_ID?redirect_url=https%3A%2F%2Fyour-site.com%2Fthanks">
  Buy now
</a>
```

The Talivia tracker adds the current session before opening checkout and preserves the parameters already present in the link. When Dodo reports the successful payment, Talivia matches it with the originating visit.

Automatic attribution applies when the customer clicks a normal Dodo link on a page where the Talivia tracker is running. If your application creates a Checkout Session through the Dodo API, use the [Checkout Session guide](https://talivia.com/docs/revenue-guides/dodo-payments/checkout-session) instead.

See [Dodo Payment Links](https://docs.dodopayments.com/developer-resources/integration-guide) for provider-side link configuration.

No manual webhook setup is needed. Connecting Dodo Payments in Website settings configures the webhook and imports the available revenue history.
