#magicperf
1 messages · Page 1 of 1 (latest)
You want to double check which events your endpoint is listening to
In the dashboard, I only see 1 event triggered
Also, 1 event was triggered and logged into my webapp
I realized that payment_intent_succedded does not contain user information
Which custom pay link of your test transaction?
So, after the user signs up, I create a pay link for that customer
The pay link is created using Stripe Java Llibrary
How does it look like? I assume it's a PaymentLink
Yes
Can you share the Payment Intent Id ? pi_xxx
sure
"id": "evt_3OF8uSB2slI8vy1S1KKdUrAH",
I created this pay link with metadata. So when the user finish paying successfully, I can read the metadata from the webhook event and mark it as PAID in our system. I added metadata so I can keep track who is paying
evt_3OF8uSB2slI8vy1S1KKdUrAH is for pi_3OF8uSB2slI8vy1S1C5Lmet3 and it's from cs_test_a1KwpbSxwUS5zuFWAJJfwMeiZIuwaKifU6eU72GAnOYZFF4gmUJ3C6KsnRinstead actually.
Here you have evt_1OF8uWB2slI8vy1SR4e8p1j7 as the checkout.session.completed event
I saw it is sent to your CLI
Uhmmm
Let me reset this
One sec
This is the new link
UHhmmm
looks the same
They are different, sorry
We are good
"id": "evt_3OHK55B2slI8vy1S0zi1fYky",
This was fired
https://app.veriez.com/api/webhook/stripe this endpoint isn't configured to received checkout.session.completed
ohhh
silly me
Ok, just added it
Let me test it again
Thanks for your help by the way!
got it!
Thank you!!