Interceptors FAQs
How do I configure an Interceptor?
Can I configure multiple Interceptors?
Yes, you can. In this release, Fusion allows you to configure Interceptors only on Resource Products. The allowed intercepting points are the two payment states mentioned below:
-
PAYMENT_REQUESTED - When a payment request comes into the Fusion System.
-
PAYMENT_AUTHORIZATION_RECEIVED - After the payment authorization check is complete.
See Configure Interceptors for more info.
Can I configure Interceptors globally for all Fusion APIs?
Can I configure a user-defined Interceptor?
Can I disable or remove an interceptor?
Why is the callback URL not detecting an Interceptor against an intercepting point?
You can perform the following checks at your end:
-
Check the status of the Interceptor. Retrieve the details of a particular interceptor using the interceptorID.
-
Change the status as ACTIVE using update interceptor API, if the Interceptor was disabled in the previous step.
-
Check whether your callback URL configuration is correct and in good condition to listen to events.
Contact Support if you need any help.