Integration Document Template
This template standardizes API integration documentation for both consumers and engineers. Each section targets a specific integration need — from setup through error recovery.
When to Use This Template
Use this template when documenting an API-level feature or use case (e.g., split tender payments, pre-authorization, refunds). For business-level documentation, refer to the Business Use Case Guidelines.
Internal-Only Content
Use <Audience include="internal"> to wrap any content that should only be visible to the internal engineering team — such as architecture diagrams, processor-level details, internal status flows, or implementation notes.
<Audience include="internal">
### Internal Section Title
Content only visible to internal engineers — e.g., Stripe integration details, internal status codes, rollback flows.
</Audience>