#magoware_16537
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.
- magoware_16537, 1 day ago, 23 messages
- magoware_16537-webhooks, 2 days ago, 17 messages
i'm sorry but i don't understand, can you elaborate more on what you're trying to achieve here and why?
Yes, thank you for picking up the chat
in Stripe I have secret key and public key
I want to send these values to the webhook upon successful payments
these values
why do you want to send those values?
as a form of authentication that the call came from this stripe account
the secret and publishable key are not meant to be used in this manner. Stripe authenticates a particular account's API requests using these API keys.
if you want to ensure that the event was sent by Stripe, you can use webhook signatures
but i cant do it with code. i need something without code please
is there anything that can be sent as static value without code
if you're using webhooks, you should be implementing your webhook logic in code. Using webhooks isn't something that you can typically handle without coding anything
but where do i create the code, where do i save the code, i dont know how does this work in stripe, what language is the code
i have everything ready but the authentication code
can i create the code only for the authentication part? can you please help me in this regard?
Hi! I'm taking over this thread.