You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/partners/external-payouts.mdx
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
2
title: External payouts
3
3
description: Learn how to process partner payouts externally through your own payment systems using webhooks.
4
-
og:title: "Dub Partners – External payouts"
5
4
---
6
5
7
6
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:
60
59
</Step>
61
60
62
61
<Steptitle="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.
65
65
</Step>
66
66
67
67
<Steptitle="Process the webhook">
@@ -82,8 +82,8 @@ If the webhook fails after all retries, you'll need to manually process the payo
82
82
83
83
<Note>
84
84
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.
87
87
</Note>
88
88
89
89
## Setting up external payouts
@@ -262,7 +262,8 @@ Log all webhook events for debugging and reconciliation.
262
262
<AccordionGroup>
263
263
264
264
<Accordiontitle="Webhook not receiving events">
265
-
- Verify your webhook is subscribed to the [`payout.confirmed`](/docs/webhooks/events/payout-confirmed) event - Check
0 commit comments