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