#magoware_16537

1 messages · Page 1 of 1 (latest)

lean urchinBOT
#

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.

empty jewel
#

i'm sorry but i don't understand, can you elaborate more on what you're trying to achieve here and why?

waxen nebula
#

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

empty jewel
#

why do you want to send those values?

waxen nebula
#

as a form of authentication that the call came from this stripe account

empty jewel
#

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

waxen nebula
#

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

empty jewel
#

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

waxen nebula
#

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?

lean urchinBOT
fringe gyro
#

Hi! I'm taking over this thread.