# Settings

## Audit Logs

<figure><img src="/files/dtCQ0quO5ml65amrjVQA" alt=""><figcaption></figcaption></figure>

Audit Logs allow you to track every action performed in the dashboard by team members. View detailed activity records for accountability, security, and operational transparency

## Team Members

<figure><img src="/files/ERIb1QQo8l5Ql6Fd23F3" alt=""><figcaption></figcaption></figure>

<details>

<summary>1 - Add New Member</summary>

In the Add New Member section, only Admins can invite team members to the dashboard and assign specific roles based on their responsibilities. This helps manage access and permissions securely. For more details [Invite team member](/pivot-docs/quick-start/first-login-and-setup-account/invite-team-member.md)

</details>

<details>

<summary>2 - List of Team Members</summary>

This section lets you view and manage all team members in their account. Admins can edit roles or deactivate members as needed to maintain proper access control. For more details [Manage team member](/pivot-docs/quick-start/first-login-and-setup-account/manage-team-member.md)

</details>

## Roles and Permissions

<figure><img src="/files/87IGlWw7VUcZafvG4BS3" alt=""><figcaption></figcaption></figure>

<details>

<summary>1 - Add Custom Role</summary>

The Add Custom Role section allows you to create and define custom roles tailored to your team’s specific needs—beyond the default roles provided. Customize access and permissions to match your operational structure

</details>

<details>

<summary>2 - List of Roles and Permissions</summary>

This section shows all available roles along with their assigned permissions. You can view, edit, deactivate, or delete custom roles as needed to manage team access effectively. For more details [Manage team member](/pivot-docs/quick-start/first-login-and-setup-account/manage-team-member.md)

</details>

## Deposit

<figure><img src="/files/ufpUfD4StrfocrmkvuH2" alt=""><figcaption></figcaption></figure>

In the Deposit section, you can enable or disable Auto-Withdrawal to control whether funds are withdrawn automatically. You can also manage your registered beneficiary accounts to ensure seamless fund withdrawal

## Developer Setting

<figure><img src="/files/wjRQskcxaOq13OgDHLQP" alt=""><figcaption></figcaption></figure>

<details>

<summary>1 - Credentials</summary>

<figure><img src="/files/Tuq275IiII2PMJg3aD5R" alt=""><figcaption></figcaption></figure>

The Credentials section provides you with your Client ID and Client Secret, used to generate an access token for authenticating with our API. You can also re-generate the Client Secret at any time for security or rotation purposes

</details>

<details>

<summary>2 - Callbacks</summary>

<figure><img src="/files/9SzqoOsOvxiblfB1DUJ3" alt=""><figcaption></figcaption></figure>

In the Callbacks section, you can register your endpoint URLs for each product to receive real-time notifications from Pivot. A Callback API Key is also available to help validate the authenticity of incoming callbacks and ensure they are securely sent from Pivot

</details>

<details>

<summary>3 - Callback History</summary>

<figure><img src="/files/pJ9HV4ms9rKL3A38rroM" alt=""><figcaption></figcaption></figure>

The Callback History section allows you to view the log of all callback deliveries, with filters for Product Type, Callback Event, Time Range, and Status. You can also re-send failed or missed callbacks directly from this section for reliable event tracking

</details>

<details>

<summary>4 - SNAP</summary>

<figure><img src="/files/BIA43TXIXMWSZefcIegE" alt=""><figcaption></figcaption></figure>

The SNAP section allows you to register your Authentication and Callback URLs in accordance with SNAP (Standar Nasional Open API Pembayaran Indonesia) requirements. This setup is essential for merchants who integrate using the SNAP API, ensuring compliance and secure communication

</details>

<details>

<summary>5 - IP Whitelist</summary>

<figure><img src="/files/mZKL3Dcxsz7TxkwOz3L5" alt=""><figcaption></figcaption></figure>

The IP Whitelist section allows you to register specific IP addresses that are permitted to access the Pivot API. This adds an extra layer of security by restricting API access to trusted sources only

</details>

<details>

<summary>6 - API Logs</summary>

<figure><img src="/files/kOcc91R2XsXp9YYYfjkL" alt=""><figcaption></figcaption></figure>

The API Logs section allows you to track and monitor all API requests made to Pivot. You can filter logs by HTTP Method, Product, Time Range, and HTTP Status to quickly troubleshoot issues and review integration activity

</details>

## Services

<figure><img src="/files/0c1g8y6U38QooqrjTsog" alt=""><figcaption></figcaption></figure>

The Services section displays all services available on the merchant’s account. For example, in Payment, you can view their agreement model and settlement time; in Payout, you can check your transaction limit and daily limit. This section provides a clear overview of service configurations and entitlements


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pivot-payment.gitbook.io/pivot-docs/dashboard/top-bar/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
