Skip to content
Other

Stripe connector

Connect Stripe to place one aggregate revenue summary for each closed month in a client mind.

What it imports

Armbrain never stores individual charges, invoices, customers, email addresses, card details, or other payment-level data. Stripe rows are reduced to totals while they are read, then discarded.

Create a restricted key

Use a restricted key so Armbrain can read only the two Stripe resources it needs.

  1. Sign in to the Stripe Dashboard for the client account.
  2. Open Developers → API keys.
  3. Choose Create restricted key.
  4. Give the key Read access to Charges and Invoices.
  5. Leave every other resource set to None.
  6. Create the key and copy it. Restricted keys begin with rk_.

Do not paste a secret key beginning with sk_. If this key is ever exposed, roll it in Stripe and reconnect the connector with a new restricted key.

Connect

  1. Open Settings → Connectors in Armbrain HQ.
  2. Choose Stripe.
  3. Select the client mind that should receive the revenue summaries.
  4. Paste the restricted key and select Continue.

Armbrain verifies the account plus read access to Charges and Invoices before encrypting and saving the key.

Sync behavior

Troubleshooting