The App List module manages the projects (applications) integrated with the NUSD platform. Each App corresponds to an independent merchant project with its own wallet, addresses, and fee configuration.

Page overview

App table

FieldDescription
NameDisplay name of the App
DescriptionDescription of the App
apiPublicKeyAPI public key, used for request signature verification
webhook urlCallback notification URL
StatusActive (green) / Disabled (red)
Created atTime the App was created
Updated atLast updated time
ActionsEdit button

How-to guide

Add an App

1

Click the Add button

Click the Add button in the top-right corner of the page.
2

Fill in App details

  • Name (required): App display name
  • Description (required): description of the App’s purpose
  • apiPublicKey (optional): the merchant’s API public key
  • webhook (optional): callback URL for transaction status notifications
3

Confirm and submit

Click Confirm to finish creating.

Edit an App

1

Click the Edit button

Click Edit in the Actions column.
2

Modify information

You can change name, description, apiPublicKey, webhook, and status.
3

Save

Click Confirm to save changes.

Permissions

FeatureSuper admin (1)Other roles
View App listYes
Add AppYes
Edit AppYes
App management is platform-level configuration; only super admins can perform these actions.

Notes

After disabling an App, all transaction features for that project (payin, payout, etc.) will become unavailable. Please confirm before proceeding.
The webhook URL is used to receive transaction status notifications. Once configured, status changes for deposits and withdrawals will be pushed to that URL in real time.