Log inGet started
Airwallex logo
Home
Online Payments
Treasury
Transactional FX
Payouts
Issuing
Scale
Open Banking
Developer Tools
API Reference
Home
Developer Tools
Get started
Make your first no-code API callManage API keys
Webhooks
Listen for webhook eventsTest webhook event payloadsView webhook events
Re-trigger webhook events

View webhook events

View and filter a list of webhook events.

You can access all webhook events sent from Airwallex via the webapp. The events can be filtered using the following fields:

  • Date and time
  • Status: The possible events statuses include:
    • Success: Events successfully responded to with a 200 HTTP status code
    • Queued: Event is added to a queue to be re-triggered over time
    • Failed: 200 HTTP status code not received from the user
  • Event name (e.g. payment.new)
  • Re-triggered: Event re-triggered via the webapp or API
  • Event ID: A unique webhook event identifier (e.g. evt_hkdmj6qdrgbucihewpu_d1ybtd)
  • Source ID: A unique ID for the product object that triggered the event (e.g. the source ID for a payment intent is int_hkdm97cmvgbucd1ybtd); a source ID can trigger multiple events.

View event logs

Deep dive into an event

Click on an event to retrieve additional information as listed below:

  • Webhook ID: A unique identifier for a webhook subscription.
  • Webhook URL: The notification URL webhook events are sent to.
  • Request payload: The JSON event payload sent to the notification URL.
  • Response: Response provided by the user, if any.