Payments
payment.updated
Triggered when an event occurs
WEBHOOK
Headers
Signature of the webhook event payload, used for verification.
Timestamp of the webhook event, used to prevent replay attacks.
Example:
"2025-08-20 20:56:36.456"
The type of event being sent.
Example:
"payment.created"
Body
application/json
Unique identifier for the webhook
Example:
"webhook_019833b9-fbc3-7ba8-ab99-c5ca0be991a6"
URL where webhook events will be sent
Example:
"https://webhook-handler.com/webhooks"
Type of webhook event that occurred
Available options:
payment.updated Example:
"payment.updated"
Updated Payment identifier
Example:
"payment_019833b9-fbc3-7ba8-ab99-c5ca0be991a6"
Details of the Payment that was updated
Example:
Timestamp when the event occurred
Example:
"2025-08-20 20:56:36.456"

