Connect safely

Use the least access needed to read invoice records.

Start with CSV pre-scan or demo data. When you connect Stripe or PayPal, use sandbox or restricted read-only access first.

No passwords. No payment control.

Invoice Guard HQ reviews invoices. It does not approve payments, issue refunds, move funds, or need broad provider credentials.

Stripe

Use test mode or a restricted key

For a pilot, start with test mode. For a safer real-data review, create a restricted key that can read invoices only.

What to paste

  • sk_test_ for quick test-mode validation.
  • rk_test_ or a restricted live key only after limiting it to invoice reads.
  • Never paste publishable keys; they cannot import invoices.
  • Do not use unrestricted live keys for normal testing.
Stripe API keys page showing standard publishable and secret test keys
Restricted keys live in Stripe's Restricted keys section. Use them when you want tighter access than a default secret key.
PayPal

Use a sandbox Merchant REST app

Use a sandbox merchant app for testing. The sandbox app should belong to the same sandbox business account that owns the test invoices.

Setup steps

  1. Open PayPal Developer and switch Apps & Credentials to Sandbox.
  2. Create a Merchant app.
  3. Enable Invoicing or Send and manage customer invoices.
  4. Copy the Client ID and Secret.
  5. Connect PayPal in Invoice Guard HQ using CLIENT_ID:SECRET.
PayPal sandbox app payment capabilities with Subscriptions and Invoicing enabled
A 403 usually means the app authenticates but does not have invoice permission, or it belongs to a different sandbox business account.
FX Intelligence

FX checks use exchange-rate data, not money access

FX Intelligence compares invoice currency, domestic currency, saved rate snapshots, and configured thresholds. It does not need Wise keys, Airwallex keys, bank access, or payment authority.

Boundary

What Invoice Guard HQ does not need

CredentialStatusReason
Provider passwordsNeverOAuth, sandbox apps, or restricted keys are the safer path.
Payment approval accessNeverThe product reviews invoices; it does not approve them.
Refund or payout permissionNeverRefunds and payouts are outside product scope.
Unrestricted live keysAvoidUse restricted access unless a controlled pilot explicitly requires otherwise.