#toninhu3
1 messages · Page 1 of 1 (latest)
What's the event ID?
hi
I believe it is a charge created
what do i have to do to receive the return data with the information as soon as i generate the order?
You can get the resource info from the API response.
I'm using n8n to receive the data but it's not returning anything
If you share with me the event ID, I can take a look
No, you shouldn't expose your private API key in discord.
https://stripe.com/docs/keys#rolling-keys you should roll your API key asap
Did you write code to integrate Stripe, or you are using a third-party plugin?
i'm using the woocomerce stripe connector plugin, i want to receive the data from the multibanco reference to send by e-mail
I can only support if you have a direct integration with Stripe. If you have questions related to a 3rd-party plugin, I'd suggest you to reach out to the plugin developer directly.
payment_method_details.multibanco
and an official stripe plugin
I'd just like to know how to receive the data returned from the api, because it's not returning anything
Where did you get the plugin, do you have the URL?
If you are using Stripe API directly, you'll get the data from the response. Example: https://stripe.com/docs/api/payment_intents/create?lang=php#create_payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.