#JulesR-CAU-fees
1 messages · Page 1 of 1 (latest)
Hi there! We don't really know anything about fees here...
I think you'll need to talk to our Support team about this.
they said "Automatic Card Update by listening for payment_method.automatically_updated events."
Sure that is how you would know that an automatic update occurred.
Is that what you are actually asking?
Or are you asking if it is possible to have the actual fee assessed to the Connected Account versus the Platform?
yes we want to create a fee auto for each card updated
0.25 USD per Automatic Card Update - we get charged by Stripe, and we want to charge our clients this
Ah okay then yeah listening for the event is the way to do it. Then you will want to either use an account debit or collect payment details to charge your clients
is there a way to see this in test mode?
See the fees?
Hmmm no I don't think so since the CLI doesn't support triggering payment_method.automatically_updated
Let me double check
But don't think so
Yeah unfortunately no way to trigger this in testmode. You could look at a livemode example on your account if you are already in production?
The payload will be https://stripe.com/docs/api/payment_methods/object though
For the event.