# Interstellas ## Docs - [Get audit log](https://docs.interstellas.stellas.africa/api-reference/audit-logs/get.md): Retrieve the details of a single audit log entry. - [List audit logs](https://docs.interstellas.stellas.africa/api-reference/audit-logs/list.md): Retrieve the audit trail of actions taken within your business account. - [Sign in](https://docs.interstellas.stellas.africa/api-reference/auth/signin.md): Authenticate with email and password to receive an access token. - [Get account details](https://docs.interstellas.stellas.africa/api-reference/business/account-details.md): Retrieve the bank account details and current balance for your business. - [Complete business registration](https://docs.interstellas.stellas.africa/api-reference/business/complete-registration.md): Submit the remaining documents and information to complete a business's KYC registration. - [Create business](https://docs.interstellas.stellas.africa/api-reference/business/create.md): Register a new business under your client account. - [List customers](https://docs.interstellas.stellas.africa/api-reference/business/customers.md): Retrieve all customers associated with your business. - [Get business details](https://docs.interstellas.stellas.africa/api-reference/business/details.md): Retrieve the details of the currently active business. - [List businesses](https://docs.interstellas.stellas.africa/api-reference/business/list.md): Retrieve all businesses registered under your client account. - [Validate BVN](https://docs.interstellas.stellas.africa/api-reference/business/validate-bvn.md): Verify a Bank Verification Number (BVN) and retrieve the associated identity information. - [Create dispute](https://docs.interstellas.stellas.africa/api-reference/disputes/create.md): Open a dispute for a transaction you want to contest. - [Get dispute](https://docs.interstellas.stellas.africa/api-reference/disputes/get.md): Retrieve the details of a single dispute by its ID. - [List disputes](https://docs.interstellas.stellas.africa/api-reference/disputes/list.md): Retrieve all disputes for your business, with optional filters. - [Anonymous transfer](https://docs.interstellas.stellas.africa/api-reference/funds/anonymous-transfer.md): Transfer funds to another bank account without a named payer account. - [Customer funds transfer](https://docs.interstellas.stellas.africa/api-reference/funds/customer-transfer.md): Transfer funds from a customer account to another bank account. - [Virtual account transfer](https://docs.interstellas.stellas.africa/api-reference/funds/virtual-account-transfer.md): Transfer funds from a virtual account to another bank account. - [Withdraw](https://docs.interstellas.stellas.africa/api-reference/funds/withdraw.md): Withdraw funds from a customer account. - [Complete member registration](https://docs.interstellas.stellas.africa/api-reference/members/complete-registration.md): Complete the registration flow for a member who received an invitation. - [Invite member](https://docs.interstellas.stellas.africa/api-reference/members/invite.md): Send an invitation to add a new team member to your business. - [List members](https://docs.interstellas.stellas.africa/api-reference/members/list.md): Retrieve all team members belonging to your business. - [List member roles](https://docs.interstellas.stellas.africa/api-reference/members/roles.md): Retrieve the available roles that can be assigned when inviting a new member. - [Update member](https://docs.interstellas.stellas.africa/api-reference/members/update.md): Update a team member's details or status. - [API overview](https://docs.interstellas.stellas.africa/api-reference/overview.md): Base URL, required headers, the response envelope, and global conventions for the Interstellas REST API. - [Create payout account](https://docs.interstellas.stellas.africa/api-reference/payouts/create.md): Register a bank account as a payout destination for your business. - [Delete payout account](https://docs.interstellas.stellas.africa/api-reference/payouts/delete.md): Remove a payout bank account from your business. - [List payout accounts](https://docs.interstellas.stellas.africa/api-reference/payouts/list.md): Retrieve all payout bank accounts registered for your business. - [Update payout account](https://docs.interstellas.stellas.africa/api-reference/payouts/update.md): Update the details of an existing payout bank account. - [Get billers](https://docs.interstellas.stellas.africa/api-reference/settings/billers.md): Retrieve the list of supported bank codes for use in transfer and payout requests. - [Configure billers](https://docs.interstellas.stellas.africa/api-reference/settings/configure-billers.md): Update the set of billers (bank codes) enabled for your account. - [Get API keys](https://docs.interstellas.stellas.africa/api-reference/settings/get-keys.md): Retrieve your account's public key and secret key. - [Webhooks](https://docs.interstellas.stellas.africa/api-reference/settings/webhook.md): Register a webhook URL and understand the incoming payment notification payload. - [Create subscription](https://docs.interstellas.stellas.africa/api-reference/subscriptions/create.md): Create a subscription plan for recurring billing. - [List subscriptions](https://docs.interstellas.stellas.africa/api-reference/subscriptions/list.md): Retrieve all subscription plans for your business. - [Create permanent virtual account](https://docs.interstellas.stellas.africa/api-reference/virtual-accounts/create.md): Generate a multi-use virtual account for collecting payments. - [Create single-use virtual account](https://docs.interstellas.stellas.africa/api-reference/virtual-accounts/create-single-use.md): Generate a one-time virtual account that expires after a single payment or a set duration. - [List suspense account transactions](https://docs.interstellas.stellas.africa/api-reference/virtual-accounts/transactions.md): Retrieve all inbound transactions received into your business's suspense (virtual) account. - [Authentication](https://docs.interstellas.stellas.africa/authentication.md): How to authenticate requests to the Interstellas API. - [Authentication deep dive](https://docs.interstellas.stellas.africa/essentials/authentication.md): A complete reference for Interstellas API credentials — what each one is, where to find it, and how all three work together. - [Errors](https://docs.interstellas.stellas.africa/essentials/errors.md): How the Interstellas API communicates errors and how to handle them in your integration. - [Pagination](https://docs.interstellas.stellas.africa/essentials/pagination.md): How to work with paginated list endpoints in the Interstellas API. - [Introduction](https://docs.interstellas.stellas.africa/index.md): Learn how to integrate the Interstellas API into your application. - [Quickstart](https://docs.interstellas.stellas.africa/quickstart.md): Authenticate and make your first API call in minutes.