#manish_53909
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- manish_53909, 2 days ago, 20 messages
ok
Is your webhook event related to that customer? Do you have the ID of the related events?
I'm still waiting for the event ID from you
which event id
"id": "evt_1OgKDdSHjS7z6PPZtBvNaDjc",
"id": "evt_1OgKDdSHjS7z6PPZdeRlW7Ht",
"id": "evt_1OgKDeSHjS7z6PPZbCz4EGHM",
OK evt_1OgKDdSHjS7z6PPZtBvNaDjc is a checkout.session.completed, and there's a customer attached to this checkout session. In your webhook handling code, you can retrieve this customer and get its metadata.
without retrieving and hitting one more api . cant i get meta data in each webhook
No, you need to retrieve the customer object.
do subscripton , invoice ,payment each have differnet metadata
These are different objects and yes you can set different metadata on them.
when i click on hosted invoice link . i there can be return uri
I don't understand your question
when there is an pending payment we get the invoice and in that invoice there is hoster uri of invoice from that we can do payment and after payment it stay on stripe page i want to redirect to my url