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.
- Navigate to https://app.amani.ai
- Click "Activate Account" in the top navigation bar

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

- Click "Pay Now" to proceed to payment

- Enter your payment details in the secure payment form

- Click "Pay" to complete the transaction and activate your account

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.
- Click "Company" in the left sidebar to access billing settings

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.

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

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).
- Click "Company" in the left sidebar, then select "Webhook"

- Enter your server's webhook URL in the input field

- Click "Save" to register the endpoint

- Click "Show" to reveal your webhook secret key

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