1
Create a test key
In the Perkstar dashboard, open Settings → API keys → Create API key.
Choose Test, give the key a clear name such as
Odoo development, and
apply the Read only preset.Store the value immediately. Perkstar never stores the plaintext key and
cannot show it again.2
Set your local variables
3
Confirm the connection
4
Read a page of customers
data, has_more, and next_cursor. Pass the cursor
back on the next request rather than guessing page numbers.Make an isolated test transaction
Add Transactions: write to the test key. Use an existing enrolment ID fromGET /enrollments, then post a test transaction:
test_mode: true. It does not change the customer’s balance,
wallet pass, dashboard totals, or analytics.
Next steps
- Learn the test-mode boundaries.
- Read the idempotency and retry rules.
- Follow the go-live checklist.

