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



No checkout code is required when you share a Dodo Payment Link directly. Connect Dodo Payments in **Website settings → Revenue** so Talivia can receive and record successful payments.

## When the payment is unattributed [#when-the-payment-is-unattributed]

If a buyer opens Dodo directly from an email, chat, social post, marketplace, or QR code without visiting your website, there is no Talivia website session to attach. The payment is still recorded, but it can appear as **Unattributed**.

This is expected: the provider webhook proves that the payment happened, but it does not create a website visit retroactively.

## Recommended flow [#recommended-flow]

For reliable attribution, share a landing page on your site instead of the raw Dodo checkout URL. Place the Payment Link on that tracked page:

```html title="Tracked landing page"
<a href="https://checkout.dodopayments.com/buy/YOUR_PRODUCT_ID">
  Buy now
</a>
```

Talivia can then attach the visitor's current session when they click **Buy**. Continue with [Payment Link on your site](https://talivia.com/docs/revenue-guides/dodo-payments/payment-link-on-your-site) for the complete behavior.

No manual webhook setup is needed. Direct and attributed Dodo payments use the same provider connection configured in Website settings.
