POST /v1/payouts on production returns 403 forbidden.
Moving over:
- Create a live key in the dashboard (Developers → API keys, environment Live). Give it the narrowest scopes that do the job, an IP allowlist if it runs from fixed infrastructure, and spend caps if anything automated holds it.
- Switch the base URL to
https://chipper-platform-api.onrender.comand the key tosk_live_…. Nothing else changes. - Point your webhook endpoints at production and re-verify with a test event — signing secrets differ per environment.
- Read the production capabilities catalog (
GET /v1/capabilities) at runtime rather than assuming the sandbox one: the live rails, limits, and settlement times differ. - Fund your balance via Add funds in the dashboard (bank transfer or crypto deposit) before sending payouts.