Stripe Bubble plugin - response from actions

Hello,

I need to charge the user through the stripe plugin made by bubble. The “charge the user” action is working perfectly but I need to know if this action was successful or failed. Depending on the result of the action I need to talk with the database or just show alert “payment failed” and let user pay again.

In workflow after “charge the user” action I added the display data action based on the previous action (charge). But there isn’t any parameter with the message, only success data structure. I just need to check if the success data is not empty or there is any other possibility?

Best Regards.

Any ideas?