Developer Documentation Upgrade
· 2 min read
Payscribe documentation now provides a more complete, safer path from sandbox setup to a production-ready integration.
Summary
- Added the Developer Dashboard guide for key management, webhooks, IP allowlisting, delivery recovery, and production handoff.
- Added a sandbox API console for real, read-only test requests.
- Added an OpenAPI & API Explorer, including the canonical machine-readable contract.
- Standardized runnable REST examples across cURL, Node.js, Python, and Go.
- Added practical webhook action guidance, troubleshooting, glossary, and sandbox-test improvements.
Developer impact
No API contract migration is required. Existing integrations continue to use their current endpoint and authentication flow.
All documentation now uses the current public-key formats:
- Sandbox:
ps_pk_test_... - Production:
ps_pk_live_...
The sandbox console accepts only the sandbox format and supports read-only endpoints. It never accepts live keys.
Action required
No action is required for an existing integration. For new integrations and internal examples, use the current public-key formats and follow the sandbox testing checklist before going live.