Webhooks are event-based notifications that are received when a specific event related to the account aggregator occurs.

Add Webhooks

Add your webhook URL in our system for us to deliver webhook events.

Follow the instructions below to configure the webhook URL. Ensure to provide the publicly accessible HTTPS URL to your webhook endpoint.

  1. Once you login to the dashboard with the credentials, click Developers.
  2. Click Webhooks listed under the Verification Suite card.
  3. Click Add Webhook URL in the Developers - Verification Suite screen.
  4. In the Add Webhook popup, fill in the following information:
  • Webhook URL - Enter the URL in this field.
  1. Click Test & Add Webhook.

Add Webhook

EventDescription
AA_CONSENT_VERIFICATION_SUCCESSConsent is approved.
AA_CONSENT_VERIFICATION_PAUSEDConsent verification is paused.
AA_CONSENT_VERIFICATION_REVOKEDConsent is revoked.
AA_CONSENT_VERIFICATION_REJECTEDConsent is rejected.
AA_CONSENT_VERIFICATION_EXPIREDConsent has expired.

FI Webhook Event

EventDescription
AA_FI_VERIFICATION_SUCCESSFinancial information verification is successful.
AA_FI_VERIFICATION_ACTIVEFinancial information consent is active.
AA_FI_VERIFICATION_FAILEDFinancial information verification has failed.
AA_FI_VERIFICATION_EXPIREDFinancial information verification has expired.

Note: Verifying the signature is mandatory before processing any response. Refer to Signature Verification for more details.