#canadiancow

1 messages · Page 1 of 1 (latest)

tight pawnBOT
shrewd laurel
runic stump
#

Unfortunately I'm just using payment links, so I'm not sure I can do that. My user-facing payments are pretty basic, but I was hoping to do some reporting without having to do one query per payment.

However, my goal is to have a webhook to handle everything as it happens, whatever that takes.

So for now, based on my current basic implementation, I guess it's one lookup per payment.

Thanks!

shrewd laurel
#

Yup! Alternatively, you can listen to checkout.session.completed event that will be sent when it's completed successfully. The event will include the client_reference_id which you can save those records in your database and search them within your database later