Path Parameters
The unique identifier of the onboarding record to retrieve
Response
The unique identifier for this onboarding record
The store ID associated with this onboarding
The company ID that owns the store
Current status of the onboarding process
Common statuses: “pending”, “in_progress”, “completed”, “failed”
When the onboarding process was initiated (ISO 8601 format)
When the onboarding record was last updated
When the onboarding process was completed (null if not completed)
Status breakdown for each delivery platform
Array of completed onboarding steps
Response Example
Use Cases
When to Use This Endpoint
When to Use This Endpoint
Monitor the progress of ongoing onboarding processes
Check status periodically during onboarding to track progress
Investigate onboarding issues or failures
Step-by-step status helps identify where problems occurred
Maintain records of when stores were onboarded and activated
Useful for compliance and business analytics
Synchronize onboarding status with external systems
Ensure external systems reflect current onboarding state
Error Scenarios
Common Errors
Common Errors
The specified onboarding_id doesn’t existStatus Code: 404Solution: Verify the onboarding ID or check if onboarding was initiated
User doesn’t have permission to view this onboarding recordStatus Code: 403Solution: Ensure user has appropriate permissions for the associated company
Onboarding record exists but data is inconsistentStatus Code: 500Solution: Contact support for data recovery
Real-time Data: Onboarding information is updated in real-time as processes complete, providing accurate current status.
Data Retention: Onboarding records are preserved for audit and troubleshooting purposes, even after completion.