Moneybird OAuth Credentials Setup

Prerequisites

Steps

  1. Log in to your Moneybird account
  2. Navigate to User SettingsDeveloperApplications
  3. Click New Application
  4. Fill in the application details:
    • Name: Your application name (e.g., "Your Company - Unify")
    • Redirect URI: https://unify.apideck.com/vault/callback
  5. Click Create Application
  6. Copy the Client ID and Client Secret

Scopes

Moneybird uses scope-based access control. Request the following scopes:

ScopeAccess
sales_invoicesSales invoices, contacts
documentsPurchase invoices, receipts, general documents
bankBank accounts, financial statements
settingsAdministration settings, ledger accounts

Notes

  • Moneybird OAuth tokens expire after 1 hour and are refreshed automatically
  • The redirect URI must match exactly — including protocol and trailing slash
  • For local development, register a separate app with https://localhost:3050/vault/callback