4,869 questions
0
votes
0
answers
15
views
Paypal: sandbox webhook works, when switched to live - nothing
So here is my problem... I setup everything in sandbox environment including a webhook (PAYMENT.CAPTURE.COMPLETED event). Everything works perfectly, my API gets called and logs appear on dashboard.
...
-2
votes
0
answers
37
views
Bridge API callback URL with dynamic tunneling service (Laravel Herd Expose) [closed]
I'm developing a Laravel 11 application that integrates Bridge API for PSD2 banking connections. I'm using Laravel Herd with Expose for local development to make my API publicly accessible for Bridge ...
0
votes
0
answers
39
views
Paypal webhook simulator not firing
To test a PayPal integration that also reacts to webhook events, I have created an endpoint https://example.com/paypal/webhook (POST) that logs all requests to see whether webhook calls are received ...
-3
votes
0
answers
48
views
An error appears during the application launch: "Error removing old webhook"
I'm writing my Telegram bot, but I can't launch it.
An error is displayed during the start of the application: Error removing old webhook.
The following information is displayed in the logs:
WARN ...
-1
votes
2
answers
72
views
New Power Automate HTTP Webhook Trigger URLs and DocuSign API [closed]
Has anyone else had this issue and potentially have a solution as we cannot seem to get any response from Xodo/Docusign at all.
Microsoft are updating their HTTP webhook trigger flow URLs as stated ...
1
vote
0
answers
59
views
'Invalid webhook signature' when using ngrok for stripe webhooks
When I use localhost directly for webhook callback e.g.
stripe listen --forward-to localhost:<port>/webhooks/stripe
and trigger an event e.g.
stripe trigger payment_intent.succeeded
webhook ...
0
votes
1
answer
49
views
Webhook requires pooling on client side after data is pushed to webhook endpoint?
I do not understand the real difference between webhooks and traditional pooling of endpoints because to me webhooks still require pooling.
**Traditional case: Client asks, server tells
**
In a ...
0
votes
2
answers
81
views
Docusign connect event Notification (Rest API) not being received by Microsoft Teams
After working for some time with Docusign's API I thought it would be a good idea to look into the API's 'Connect' feature (https://developers.docusign.com/docs/esign-rest-api/reference/connect/).
...
0
votes
1
answer
49
views
Why Github webhook deliveries list is empty while push is happening?
I am troubleshooting a problem with connection between Github and Jenkins, but it looks like the Github webhook deliveries list is completely empty despite having multiple branches with push happening....
1
vote
0
answers
61
views
RabbitMQ Error: "PRECONDITION_FAILED - reply consumer cannot acknowledge" Code: 406
I'm trying to get a response from a webhook and send it to rabbitmq if it works, consume it with ack if not, with nack to repeat the webhook process for payments or document validations, but I'm not ...
1
vote
0
answers
53
views
Persistent Stripe Webhook Secret for local development
I created a sandbox for local development specifically, and using docker-compose I spin up a tunnel via stripe-cli using the following service:
stripe:
image: stripe/stripe-cli
container_name: ...
0
votes
0
answers
26
views
Detecting Primary Domain Updates in GHL
I want to detect when a client’s primary domain is updated in GHL. For example, if a client originally had abc.com and later changes it to abc123.com, I need to capture that change automatically.
...
-1
votes
1
answer
80
views
Does Bit Flows Pro limit either the number of nodes executed in a single flow or the maximum duration?
Bit Flows Pro flow stops early (~20–21s) with fewer nodes than expected on WordPress (OpenLiteSpeed + lsphp). Where is the timeout coming from and how do I raise it?
Environment
WordPress + Bricks ...
1
vote
0
answers
57
views
Facebook/Instagram webhook not firing for non-admin/tester business accounts
I’m building an Instagram Business auto-reply system using the Instagram Graph API and Facebook Webhooks. My app is already reviewed, approved, and set to live. The app is deployed on Railway and ...
0
votes
1
answer
87
views
Markdown Table Displays Correctly in Console but Misaligned in Mezon
I am working on a C# application that generates a Markdown table to summarize project timesheet data. I want to send it to a Discord like platform called Mezon. The table displays correctly (with ...