Skip to main content

Account Activation, Payment & Webhook

This guide covers how to activate your Amani Studio account, manage your subscription plan, and configure a webhook endpoint to receive real-time verification event notifications.


Activating Your Account

New accounts start on a free trial. To unlock full access and go live, you need to activate your account by selecting and paying for a plan.

  1. Navigate to https://app.amani.ai
  2. Click "Activate Account" in the top navigation bar

Click Activate Account

  1. Review the available plans and click on the one that best fits your needs

Select a subscription plan

  1. Click "Pay Now" to proceed to payment

Click Pay Now

  1. Enter your payment details in the secure payment form

Fill in your payment information

  1. Click "Pay" to complete the transaction and activate your account

Click Pay to complete activation

note

You will receive a confirmation email once your payment is processed and your account is activated.


Managing Your Subscription

You can view and manage your current plan at any time from the Company section.

  1. Click "Company" in the left sidebar to access billing settings

Access billing settings via Company menu

Cancelling Your Subscription

If you wish to stop your plan, click "Cancel Subscription". Your access will remain active until the end of the current billing period.

Click Cancel Subscription

Upgrading Your Plan

To move to a higher-tier plan, click "Upgrade Plan" and select a new package. The change takes effect immediately.

Click Upgrade Plan


Setting Up the Webhook

Webhooks allow Amani Studio to send real-time HTTP notifications to your server whenever a verification event occurs (e.g. a customer is approved or rejected).

  1. Click "Company" in the left sidebar, then select "Webhook"

Navigate to Webhook settings

  1. Enter your server's webhook URL in the input field

Enter your webhook URL

  1. Click "Save" to register the endpoint

Click Save to confirm the webhook URL

  1. Click "Show" to reveal your webhook secret key

Click Show to reveal the secret key

Keep your secret key safe

Use this key on your server to verify the authenticity of incoming webhook requests. Never expose it in client-side code or public repositories.