#incredible_dragon_49363
1 messages · Page 1 of 1 (latest)
Hi there!
but we want everything that comes from this webhook to be added to the tax that we have created in stripe,
I'm not sure what that means. Can you explain this in more details, maybe with a concrete example?
Yes, for example the webhook brings an item of €100 and we want the stripe payment to add the tax that we have created of 21% VAT from Spain
but we want everything that comes from this webhook to be added to the tax that we have created in stripe,
What does that means? Which webhook event are you listening to exactly?
is the webhook of the learndash plugin "stripe connect"
that webhook does not include tax
I mean which webhook event? Like payment_intent.succeeded or invoice.created or something else
Maybe you can share an example of event ID evt_xxx?
These are the events of my webhook:
customer.subscription.deleted
invoice.payment_failed
invoice.paid
checkout.session.completed
coupon.deleted
charge.failed
payment_intent.payment_failed
payment_intent.canceled
So for which even do you want to update the tax?
Well if the invoice is already paid, then you can no longer udpate it.
I want it for all future
What does that mean? Can you clarify exactly what you are trying to do?
Yes, for example the webhook brings an item of €100 and we want the stripe payment to add the tax that we have created of 21% VAT from Spain