Skip to content

Commit fd4a265

Browse files
committed
Update external-payouts.mdx
1 parent d3084ea commit fd4a265

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/partners/external-payouts.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: External payouts
33
description: Learn how to process partner payouts externally through your own payment systems using webhooks.
4-
og:title: "Dub Partners – External payouts"
54
---
65

76
External payouts allow you to process partner payments through your own internal systems while still leveraging Dub's tracking, commission calculation, and partner management features.
@@ -60,8 +59,9 @@ The external payout flow follows these steps:
6059
</Step>
6160

6261
<Step title="Webhook event sent">
63-
Once the payout is processed by Stripe, Dub sends a [`payout.confirmed`](/docs/webhooks/events/payout-confirmed) webhook
64-
event for each external payout.
62+
Once the payout is processed by Stripe, Dub sends a
63+
[`payout.confirmed`](/docs/webhooks/events/payout-confirmed) webhook event for
64+
each external payout.
6565
</Step>
6666

6767
<Step title="Process the webhook">
@@ -82,8 +82,8 @@ If the webhook fails after all retries, you'll need to manually process the payo
8282

8383
<Note>
8484
External payout modes require an active webhook subscribed to the
85-
[`payout.confirmed`](/docs/webhooks/events/payout-confirmed) event. You'll be prompted to set one up if you haven't
86-
already.
85+
[`payout.confirmed`](/docs/webhooks/events/payout-confirmed) event. You'll be
86+
prompted to set one up if you haven't already.
8787
</Note>
8888

8989
## Setting up external payouts
@@ -262,7 +262,8 @@ Log all webhook events for debugging and reconciliation.
262262
<AccordionGroup>
263263

264264
<Accordion title="Webhook not receiving events">
265-
- Verify your webhook is subscribed to the [`payout.confirmed`](/docs/webhooks/events/payout-confirmed) event - Check
265+
- Verify your webhook is subscribed to the
266+
[`payout.confirmed`](/docs/webhooks/events/payout-confirmed) event - Check
266267
that your webhook URL is publicly accessible - Ensure your endpoint returns a
267268
2xx status code - Review webhook logs in your [webhook
268269
settings](https://app.dub.co/settings/webhooks)

0 commit comments

Comments
 (0)