4 years ago
Test Webhook Connectivity
Summary API Feature
ReCharge has added support for testing webhooks, leveraging our latest, highly performant webhook architecture!
How to
Using the ReCharge API, you can now POST to the following URL, using a webhook_id that you have registered using your API Token:
https://api.rechargeapps.com/webhooks//test
Immediately following your request, a webhook with empty payload will be delivered to the registered address. This enables users to quickly and easily verify that they can receive Webhooks from ReCharge.
Learn more
For details, and to learn more about ReCharge Webhooks, visit our API documentation here!