I am stuck at a point and where I need to create a payment link and post this I want to receieve a payment ID in the form of webhook, I tried to pass the webhook in create_payment_link but in the response and in the webhook I am getting payment_link_id. Is there a way I can get the payment_id thorugh payment_link_id?
Any hint would be appreciable. The reason I am doing this I do not have any redirect URL (which is mandatory) while create a payment using payment API. Once the payment is done using the link (coming from the payment API) I don't want any redirection