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
I would like to request a feature that enables the detection of when the payment sheet is visible on the screen. For instance, I intend to trigger background animations while the payment sheet is being displayed.
The proposed solution involves implementing a listener that can provide data regarding the status of the sheet. Alternatively, without a listener, we could assume the sheet is visible after initializing the payment sheet. However, accurately determining when the sheet disappears after a successful payment remains challenging.
It's worth noting that adding a listener might pose a risk, as it could potentially lead inexperienced developers to rely on it to confirm payments instead of utilizing webhooks.
The text was updated successfully, but these errors were encountered:
I would like to request a feature that enables the detection of when the payment sheet is visible on the screen. For instance, I intend to trigger background animations while the payment sheet is being displayed.
The proposed solution involves implementing a listener that can provide data regarding the status of the sheet. Alternatively, without a listener, we could assume the sheet is visible after initializing the payment sheet. However, accurately determining when the sheet disappears after a successful payment remains challenging.
It's worth noting that adding a listener might pose a risk, as it could potentially lead inexperienced developers to rely on it to confirm payments instead of utilizing webhooks.
The text was updated successfully, but these errors were encountered: