Created the subscription using ARB subscription and recurring events are handled by the webhook notification. How can I test the events are working as the interval can given by 7 days?
Asked
Active
Viewed 156 times
1 Answers
0
From a webhook perspective a subscription payment is no different then a regular payment with the only difference being the webhook will include the subscription ID in it. So if you can test and handle a regular payment webhook, you can handle a subscription payment webhook.

John Conde
- 217,595
- 99
- 455
- 496
-
How can I test webhook events after subscription creation – Amrutha lal m Nov 27 '19 at 17:14