The Withholding Certificates API provides notifications through webhooks when a new Withholding Certificate is created.
Information sent through webhook:
- resource: "withholding_certificate"
- event: "created"
- data: id.{withholding_certificate_id}
Each webhook will present the withholding_certificate_id, so you can retrieve all the information using the Get a Withholding Certificate section.