miran antamian
miran antamian8mo ago

Hello, I want to have a stripe

Hello, I want to have a stripe subscription created trigger and then use that info (subscription id, email and name of user) to the next steps of the workflow. I tried to to it with the get subscription info node but it doesnt get anything. Any idea why?
2 Replies
Gaurav Chadha
Gaurav Chadha7mo ago
Hi Miran, As per Stripe documentation, the Stripe subscription create event does not contain name, or email in the response object. - https://docs.stripe.com/api/subscriptions/object. To get the email, name, and other info on Stripe Subscription create event you can add/capture these in the metadata field by setting key value pairs. https://docs.stripe.com/api/metadata The BuildShip Stripe Trigger event is working fine and capturing all Stripe events.
Metadata | Stripe API Reference
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No description
miran antamian
miran antamian7mo ago
i used the stripe fetch customer and it didnt work again. Isnt that there so i dont have to do metadata?