#Bryan_13
1 messages ยท Page 1 of 1 (latest)
Hello ๐
afaik, enabling the setting on the dashboard should do the trick
I'd recommend working with our support team to figure out what's going on
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
NP! ๐ Sure
when the subscription is done, is there any way of finding out how much stripe has been charged for this payment?
the amount of the fee
The fees live on the balance transaction object. You can retrieve the paid invoice's PaymentIntent and then expand the BalanceTransaction parameter, we have an example here
https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
i call this when payment succeeded ?
Yup or invoice.paid
ok thank you