How do AE handle webhooks. Our requirement is to provide a webhook to external party to consume AE and pass transactions to AE using a webhook not REST, is this possible and if so how?
Hello there
Webhooks can be managed by AE by setting users to receive data from outside sources. You must set up a webhook endpoint in AE that is able to processing receiving Https posts from the outside party in order to allow this. The transaction details can be processed and handled by AE when they are sent to this endpoint by a third party. With this setup, transaction data is sent by webhooks not through right Http API calls.