# Fiat received (onramp)

To simulate a "[Fiat received](https://docs.localramp.co/webhooks/events)" webhook

&#x20;Make a **POST** request to the following endpoint.

{% code overflow="wrap" %}

```url
https://api.localramp.co/v1/test/webhook/buy/payment-received
```

{% endcode %}

The request takes this as the body

```javascript
{
    webhook_url: "https://webhook.site/97f9dc63"
}
```

With the following header

```
x-auth-token: <SECRET_KEY>
```
