Webhooks
The Payment Requests API emits webhook events so you can track the lifecycle of a Payment Request (Link or Push) in real time and automate downstream actions like updating internal systems, notifying customers, or triggering workflows.Available Events
-
payment_request.created
Triggered when a Payment Request is created and becomes active (ready to be shared or authorized).
๐ Seepayment_request.createdEvent -
payment_request.updated
Triggered when a Payment Requestโs attributes or status change (e.g., description/expiry updates, etc.).
๐ Seepayment_request.updatedEvent -
payment_request.paid
Triggered when the Payment Request is successfully paid.
๐ Seepayment_request.paidEvent

