0

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?

John Conde
  • 217,595
  • 99
  • 455
  • 496

1 Answers1

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