Create the credential
In Stripe, open Developers → API keys → Restricted keys and create a key for Platinur. Grant read access only to the objects you intend to sync: Charges, Customers, and/or Invoices. Platinur accepts restricted keys beginning withrk_test_ or rk_live_; unrestricted secret keys are
rejected.
Choose the same mode as the data you need: a test-mode key reads test data and a live-mode key
reads live data. Copy the restricted key when Stripe displays it; Stripe will not show the full
value again. Do not grant write permissions, webhook permissions, or access to objects Platinur
will not load.
Connect
- Open Integrations → New Source → Stripe.
- Paste the restricted key and choose the Stripe objects to sync.
- Test the connection and create the source.
- Open Schema, discover the selected objects, and confirm the tables.
- Run the first sync and optionally add a schedule.
Common failures
- Key is rejected before testing: use a restricted
rk_test_orrk_live_key, notsk_, a publishablepk_key, or a copied key with whitespace. - 401 or permission error: add read access to the selected Stripe object, create a replacement key, and test again.
- Expected records are absent: ensure the key mode (test or live) matches the data you expect.
- Rate limit: wait for the retry window; reduce overlapping source schedules if it persists.