#Meta Krypto

1 messages · Page 1 of 1 (latest)

oblique sonnetBOT
fringe glacier
versed flax
#

Hi, I already have a webhook created in my stripe dashboard, and it does receive the payment status when I do the payment with card online. Only when I tried the card reader payment, it doesn't send any webhook to this

fringe glacier
#

Yes, but are you following the above Doc? I see some discrepancy as you mentioned you create the PaymentIntent client-side, while with Server-driven approach you should create it server-side

versed flax
oblique sonnetBOT
wanton widget
#

Hey! Taking over for my colleague. Let me catch up.

wanton widget
#

Can you please clarify the fact that you are creating a PaymentIntent in the client-side ?

versed flax
#

I don't create the payment intent with client side. I want to create it server-side. My question was with server-side approach, why I can not receives any webhook?

wanton widget
#

Is there an event Id generated?

#

that you didn't received in your webhook endoint?

versed flax
#

I am not sure, as I don't receives any webhook

wanton widget
#

What event /action you are exepcting to receive a webhook event ?

#

Do you have a webhook endpoint registred ?

versed flax
#

oh, I've just retested, it seems working now. I forgot to ngrok my backend server. All was running on localhost yesterday

#

I rerun my test and ngrok my backend, It does receives webhook now

#

thanks a lot for your time