#4rjuna_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1262371877519753277
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yeah metadata set on the Subscription object won't be passed down to any payments. What is it you're trying to do?
It'll be on the Invoice objects instead: https://docs.stripe.com/api/invoices/object#invoice_object-subscription_details-metadata
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 want to identify the booking by this metdata ID (sended as webhook), when charge.pending created.
The webhook (we_1PVDS7AAqZ4YBznFl0H9gfDG) works, but the metadata is missing. The thing is: When its not a subscription this metadata is existing (we_1PSaFiAAqZ4YBznFBzuZxHqN).
So its only missing when subscription is used.
hi! I'm taking over this thread.
on which object (or event) exactly do you want to see the metadata?
on the charge.pending event.
moment, i will do a payment to send you an example.
AH! ok i see, it is in invoice.paid!
so i can use this for the webhook
hmm moment. this works for me when paying with creditcard. but i need also the information when SEPA was used.
can you tell me which invoice event is fired after a customer was sending his SEPA paymentdata?
it is no timportant for me when the SEPA Transaction is done.
i just want to know that all data was send to STRIPE.
you will also get an invoice.paid, but this may take a few hours/days since this is an delayed payment method