Hi there!
We have integrated Revolut into our business app Valletti. For this we are relying heavily on the Webhook feature to get notified about transactions.
Unfortunately the Webhook feature does not work at all as of now; at least we can’t see any posted information through the before registered endpoint.
Here’s what we have done:
1. Registering Webhook through Revolut Open API
POST /api/1.0/webhook
{
"url": "https://notify.valletti.ch/v1/revolut/webhook?id=6abc09c99542af7abbdb616fcb56e4e22121b4ecb14024cce03b0f821598f1d0"
}
2. Make a transaction using Revolut Web UI
3. Silence…
How can we get notified via the provided Webhook?