Skip to content

Commit 8ab3ba7

Browse files
committed
wording
1 parent 08b978a commit 8ab3ba7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,10 @@ Forwards the payload to your backend for dynamic payment setup, like:
144144
### Unmanaged Configuration
145145

146146
> [!IMPORTANT]
147-
> Unmanaged configurations do not provide any callbacks for server-side actions or integrations. They are limited to initiating and executing payments only. If you need callbacks for your integrations, use [managed integrations](#managed-integration-using-integration-id)
147+
> Unmanaged configurations do not provide any callbacks for server-side actions or integrations. They are limited to initiating and executing payments only. If you need callbacks for your integrations, use [managed integrations](https://depay.com/docs/payments/integrate/widget).
148+
149+
> [!CAUTION]
150+
> Client-side callbacks and flow management are not recommended. Payment flows can involve device handovers (e.g., desktop to mobile) or app-to-app transitions on mobile, which break client-side control. For this reason, the widget does not provide client-side callbacks for flow handling. Instead, you can manage and control the user flow through [managed integrations](https://depay.com/docs/payments/integrate/widget).
148151
149152
```javascript
150153
DePayWidgets.Payment({

0 commit comments

Comments
 (0)