Stripe - Amount after coupon

Hey,
I’m using the stripe plug in and able to successfully charge the user for a transaction using a coupon.
The user is charged correctly and the correct amount is in stripe (including the coupon discount) however, in bubble I can only get the original amount (without the applied coupon).
I have tried to use all the relevant stripe data fields:
but they are all showing the same amount (original amount, coupon not applied).
Anyone knows how to get the amount after coupon into the database so the correct amount will show on invoices etc…
image