Is there a way to be notified by the API when a transaction previously blocked with the AUTHORIZED_PENDING_REVIEW status is accepted after manual review in the fraud management system? Which API endpoint should I use? I have checked the transaction details and I cant find what I need
07-16-2024 03:40 PM
To be notified when a transaction moves from "AUTHORIZED_PENDING_REVIEW" to an accepted status after manual review, you typically need to use a webhook or callback mechanism provided by the payment processor's API. Check the documentation for webhook notifications related to transaction status changes. Look specifically for endpoints or settings related to transaction status updates or notifications. If the transaction details API endpoint doesn't provide this information directly, webhooks are likely the next step for real-time notifications.
07-17-2024 01:58 AM
Yes, you can use the CyberSource API to check the status of a review, but it will not send alerts directly. You need to keep checking the status of the transaction using their API. Tools like Delta Exploit Android can help you track or test these updates easily.
10-02-2025 08:38 AM