#dgsunesen
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Hi.. Worth mentioning that we're using this veresion of the node.js api
2020-08-27
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
we don't have a payment_intent.requires_capture event
I'm a bit unsure why we don't have that event type in our list of events
is this becase mobilePay is still beta ?
give me a few minutes please
thanks
would you mind trying to create the webhook endpoint via the API?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm not sure why it's not documented
I guess you'd want to add that event to the list then ๐
just fyi,
this event is a deprecated one and you shouldn't rely on it
the one you need to listen to is https://stripe.com/docs/api/events/types#event_types-payment_intent.amount_capturable_updated
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.