Skip to main content

Overview

The Settings section in the Yuno Dashboard lets you manage API credentials, invite team members, configure notifications, and control account-level preferences.

API Keys

Navigate to Developers to view and manage your credentials.
KeyPurposeVisibility
public-api-keyClient-side SDK initializationSafe to expose in frontend
private-secret-keyServer-side API authenticationNever expose publicly
account_idMerchant account identifierSent inside request bodies (such as POST /v1/checkout/sessions and POST /v1/payments). Not an HTTP header.
Your private-secret-key grants full API access to your account. Never include it in client-side code, version control, or logs. Use environment variables for secure storage.

Rotating Keys

1

Generate new keys

Click Rotate Keys in the API Keys section. New keys are generated immediately.
2

Update your integration

Replace old credentials in your server configuration with the new keys.
3

Verify functionality

Test a sandbox transaction to confirm the new keys work correctly.
4

Old keys expire

Previous keys remain active for 24 hours after rotation to allow for zero-downtime migration.

Team Management

Invite team members under Settings > Team.

Roles

RolePermissions
AdminFull access: settings, API keys, team management, all features
DeveloperView transactions, connections, routing; no settings access
ViewerRead-only access to payments and analytics
FinanceAccess to reconciliations, settlements, and financial reports

Inviting Members

  1. Go to Settings > Team > Invite Member
  2. Enter the email address
  3. Select a role
  4. Click Send Invitation
The invitee receives an email with a link to join your Yuno account.
Team members have access to the selected environment only (sandbox or production). Invite members to both environments if needed.

Notifications

Configure alerts under Settings > Notifications.
Notification TypeChannelTrigger
Payment failuresEmail, SlackTransaction declined or errored
Webhook failuresEmailWebhook delivery failed after retries
Risk alertsEmail, SlackTransaction flagged by risk conditions
SettlementEmailNew settlement report available
API key rotationEmailAPI keys rotated

Slack Integration

Connect Slack under Settings > Integrations > Slack to receive notifications in a channel:
  1. Click Connect Slack
  2. Authorize the Yuno app in your Slack workspace
  3. Select the target channel
  4. Choose which notification types to send

Account Preferences

SettingOptionsDescription
Default CurrencyISO 4217 codePre-fill currency in Dashboard forms
TimezoneIANA timezoneTimestamps in Dashboard and reports
LanguageEN, ES, PTDashboard UI language
Two-Factor AuthEnable/DisableRequire 2FA for all team members
Enabling two-factor authentication is strongly recommended for production accounts. Once enabled, all team members must configure 2FA on their next login.

Environments

Each environment (sandbox and production) maintains independent settings for:
  • API keys
  • Provider connections
  • Routing rules
  • Webhook endpoints
  • Risk conditions
Switch environments using the toggle in the top navigation bar.