#daniell_74820
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.
- daniell_74820, 47 minutes ago, 16 messages
- daniell_74820, 4 hours ago, 3 messages
- daniell_74820, 19 hours ago, 14 messages
- daniell_74820, 20 hours ago, 17 messages
- daniell_74820, 1 day ago, 20 messages
What company information are you referring to and how do you collect it?
I collect it from stripe checkout (stripe hosted). If click to checkbox, that you want to buy as company, you have to give your company name und the VAT ID. I want to access this on my backend, in the webhook events: 'checkout.session.completed' and 'checkout.session.async_payment_succeeded'?
Here is the screenshot from stripe checkout
Gotcha looking
Do you have the checkout session id?
I think it should be in here: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-customer_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But would need a session to confirm
in the webhook I get this: id: 'cs_test_a1UDSI3B7rdlSkZLMWDlKxvzLwhuQRHAIX2WrHmm52Ozn8TwhWf615Nff8',
object: 'checkout.session',
Yup I see it in that customer_details hash
Okey, I am now checking the link
I got this line: tax_ids: [ [Object] ] as Response from stripe
๐ hopping in here since codename_duchess has to head out
I think this is an object/array. I do iterate over it and see what i get.
๐