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.
| Event | Trigger | Payload |
|---|---|---|
| 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. | |
| payout.account.created | When a new payout account is created. | |
| payout.transaction.created | When a new payout transaction is created or when a withdrawal is initiated to an account. | |
| payout.transaction.updated | When a payout transaction receives an update from a third-party payment processor or when transaction events are simulated. This typically occurs when the transaction status changes, such as moving from pending to success or failed. | |
| payout.transaction_event.created | This webhook is triggered automatically whenever a new lifecycle event occurs for a payout transaction. Transaction events are created after a payout transaction is created or when a withdrawal is initiated to an account. | |
| payout.transaction_event.updated | This webhook is triggered automatically whenever an existing lifecycle event for a payout transaction is updated. Transaction events are created after a payout transaction is created or when a withdrawal is initiated to an account. |