# Hooks

- [Actions](#actions)
- [Filters](#filters)

## Actions

### `pronamic_pay_webhook_log_payment`

*Log Buckaroo push URL request for payment.*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$payment` | `\Pronamic\WordPress\Pay\Payments\Payment` | Payment.

Source: [src/PushController.php](../src/PushController.php), [line 172](../src/PushController.php#L172-L177)

## Filters

### `pronamic_pay_buckaroo_push_url`

*Filters the Buckaroo push URL.*

If you want to debug the Buckaroo report URL you can use this filter
to override the push URL. You could for example use a service like
https://webhook.site/ to inspect the push requests from Buckaroo.

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$push_url` | `string` | Buckaroo push URL.

Source: [src/Gateway.php](../src/Gateway.php), [line 137](../src/Gateway.php#L137-L146)


<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.1.0</code></em><p>

