parse_webhook_event
Extract transaction details from a webhook event, including user, amount, network, and status. Converts raw webhook data into structured payment information.
Instructions
Parse and extract information from a webhook event. Returns structured data about the transaction including user, amount, network, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookBody | Yes | The complete webhook request body |