A followup to @mjmarsh's stripe question:
How can I detect if the stripe checkout payment process was aborted by the user (close button was clicked in the checkout widget)?
@mjmarsh telling screenshot:
As commented in the answer, the close
callback is called no matter whether it was cancelled or successful.
There is the token
callback, but I don't know how that info could be perused inside the close
function, and how reliable that would be.