Settings
The Settings section offers tools to customize your experience, configure integrations, and enhance security while guiding you through options and best practices.
Last updated
The Settings section offers tools to customize your experience, configure integrations, and enhance security while guiding you through options and best practices.
Last updated
In the "General" section, you'll find several customization options to enhance your user experience:
Language Selection: Choose your preferred language, allowing you to interact with the platform in the language that works best for you. Currently supported languages include English and Traditional Chinese (繁體中文).
Background Theme: Modify the visual appearance to suit your preferences with options for light or dark mode. This helps reduce eye strain based on your lighting environment and personal preference.
Balance Display Options: Hide small balances—specifically, any balance below 1 USD—to keep your dashboard clutter-free by only displaying significant holdings.
These personalization features allow you to create an interface that maximizes ease of use and clarity for your specific needs.
The Product Integration area is essential for connecting AkashicPay with your own systems and applications. This section contains tools for managing your API credentials and configuring communication between platforms.
The Secondary KeyPair is a critical security credential required for integrating with the AkashicPay SDK:
When you first onboarded to AkashicPay, you should have already generated your first Secondary KeyPair
This KeyPair is used to authenticate your integration with the AkashicPay SDK
To refresh and receive a completely new Secondary KeyPair:
Navigate to the Product Integration page
Click the "Refresh KeyPair" button
Confirm the action when prompted
Important: There can only be one active Secondary KeyPair at a time. When you refresh your KeyPair, the previous one immediately becomes invalid and cannot be used. This means you will need to update the KeyPair credentials within your AkashicPay SDK implementation.
AkashicPay requires you to provide specific callback URLs to ensure smooth and efficient communication between your systems and the AkashicPay platform. These URLs are essential for receiving notifications about transaction statuses, updates, and other important events related to your account.
Properly configuring these callback URLs is crucial for the seamless operation of AkashicPay's services, ensuring that you stay informed and your transactions are processed efficiently.
AkashicPay allows you to set the following URLs:
Payout Callback URL
Notifications for completed payouts
Deposit Callback URL
Notifications for completed deposits
Pending Payout Callback URL
Updates on registered but not finalized payouts
Pending Deposit Callback URL
Updates on registered but not finalized deposits
Failed Payout Callback URL
Alerts for unsuccessful payout attempts
Failed Deposit Callback URL
Alerts for unsuccessful deposit attempts
Note: Leaving any callback URL blank means you will not receive notifications for that type of event. For critical operations, it's recommended to configure all relevant callbacks.
The IP Whitelist feature provides an additional layer of security for your AkashicPay account by restricting which IP addresses can access your information.
When logging into AkashicPay, you may remember the option to enter an Akashic Address in the field below the "Login with AkashicLink" button. To protect your personalized data on AkashicPay, we've implemented IP whitelisting, which prevents unauthorized users from accessing your information.
To add an IP address to your whitelist:
Navigate to the IP Whitelist section in Settings
Add the IP address you want to allow to view your information
Add an optional Remark to identify the purpose of this IP (e.g., "Office Network" or "Home Office")
Click "Submit"
Sign the signature request on the pop-up on your AkashicLink
Once completed, only requests from the specified IP addresses will be able to access your account information, adding an important layer of security to your AkashicPay integration.
Note: Be careful to set a Static IP and or another backup IP for the whitelist IP. This is because your home/office IP may change dynamically.
For optimal use of the Settings features, we recommend:
Regularly Review IP Whitelist: Periodically audit your whitelist to remove any IPs that are no longer needed
Set a static IP for the IP whitelist: Be careful not to loose access if your office/home IP changes.
Maintain Callback URLs: Keep your callback URLs updated as your infrastructure changes
Document KeyPair Changes: When refreshing your Secondary KeyPair, ensure all team members are aware of the change to prevent integration issues
Test After Changes: After modifying any settings, verify that your integrations continue to function correctly