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?