#magicperf

1 messages · Page 1 of 1 (latest)

flat rockBOT
sullen karma
#

You want to double check which events your endpoint is listening to

fickle pulsar
#

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

sullen karma
#

Which custom pay link of your test transaction?

fickle pulsar
#

So, after the user signs up, I create a pay link for that customer

#

The pay link is created using Stripe Java Llibrary

sullen karma
#

How does it look like? I assume it's a PaymentLink

fickle pulsar
#

Yes

sullen karma
#

Can you share the Payment Intent Id ? pi_xxx

fickle pulsar
#

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

sullen karma
#

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

sullen karma
fickle pulsar
#

ohhh

#

silly me

#

Ok, just added it

#

Let me test it again

#

Thanks for your help by the way!

#

got it!

#

Thank you!!

flat rockBOT