Hi,
When boarding a legal entity we sometimes run into some that are marked as "Manual Review". We then have to wait 1-2 business days (or more) until they are approved. Is there a way to get a notification for these status changes so we can automate the re-boarding process for the merchants?
Nochum, we do not currently have a webhook notification. You would have to implement a polling mechanism around the "Retrieve Legal Entity" in section 3.5 of the PayFac API Reference guide. You basically take your legal entity id that was provided you during the create request and perform a GET on that id. The response contains a responseCode along with date information to help guide you.