Payiano Webhooks Event Types

Payiano webhooks notify your system about various events that occur within your Payiano account. These notifications allow your application to respond in real-time to activities such as payment link creation, checkout completion, and more. Understanding the different types of webhook events is essential for configuring your endpoints to receive and handle the events relevant to your integration.

EventTriggerPayload
client.customer.created When a new customer is created.
client.customer_address.created When a new customer address is created.
client.customer_tag.created When a new customer tag is created.
payment.payment_link.created When a new payment link is created.
payment.checkout.created When a new checkout is initiated by creating a payment link.