How can I combine the actual paid person using payment_link and the user on my DB?

I created a payment link for each of my users.

First, I create a payment link using the checkout API and included a payment_note(for user id). When the link completed the payment, the payment_note is not in the payload of the payment.created and payment.updated webhook. But this is only in production mode. When I tried in sandbox mode, the payment_note is included in the payload. I’m very upset to this…!!!

If now the payment_note isn’t work, How can I combine the user and the actual person who made a payment in that link?

Hey @esmond, do you mind sharing your application ID? I tested this myself, and I’m seeing the payment_note on my payment.updated webhook as expected.