Foro
How to identify and customize webhooks when creating payment links (business links)?
Hi everyone, I'm integrating the Clip API into my company's system to handle automated payments.
I saw in the Poly Track Clip Developers documentation a section on creating payment links, but I'm unclear on how to configure the webhook callback (to receive payment status notifications) after creating that link:
Can I specify the webhook URL directly when creating the payment link?
If so, which endpoint is used to configure the webhook callback for each link?
Or do all payment webhooks use a common webhook registered somewhere in the dashboard/dev portal?
When a payment is successful/failed, what fields (status, order_id, transaction_id, etc.) are returned to the webhook in the payload?
Are there any specific event types I need to listen for to handle real-time business processes (e.g., payment.success, payment.failed, etc.)?
I've searched the documentation but haven't found clear instructions for webhooks with payment links. I've also tried Terminal/SDK webhooks, and they work fine, but I'm a bit lost with the payment link.
If anyone has done this or knows how to configure webhooks for payment links in Clip, please share a request example or a specific point in the documentation I should look at to complete this.
Thanks in advance!
