Retrieves the registration data used by our underwriting team during onboarding.
Overview
This endpoint retrieves the registration data used by our underwriting team during onboarding, providing real-time insights into merchant status and approval processes.
Key Features
Underwriting Status
Monitor application approval status with detailed substatus information and underwriting notes.
Account Status
Track merchant account activation status to determine payment processing eligibility.
Conditional Approval
Support for merchants who can start processing while requirements are pending.
Status Monitoring Details
Underwriting Status Monitoring
Primary Status Field
underwriting_status: Indicates the status of the merchant's application.
null: No decision has been made yetAPPROVED: The application has been approvedPENDED: The application is pending further information or actionREJECTED: The application has been rejected
Additional Status Information
underwriting_substatuses: An array containing objects that provide detailed reasons for the underwriting status. Useful for understanding specific requirements or issues.
underwriting_note: A human-readable note from Stax's underwriting team, informing the merchant of any additional documents or information needed to approve the application for payment processing.
Integration Notes
- Use these fields to understand the real-time status of a merchant
- See our Underwriting Overview for more details about the underwriting process
- Webhooks: Listen for
update_underwritingevents when these fields change
Account Status Monitoring
Conditional Approval
Overview
Applicable for Partners with Conditional Approval Enabled
Conditional Approval allows merchants to start processing payments while certain requirements are still pending (e.g., missing banking information).
Key Points
- Funds may be held until the merchant fulfills the remaining requirements for full approval
- If
underwriting_statusis "APPROVED" and there are entries inunderwriting_substatuses, the account is conditionally approved - This enables faster merchant onboarding while maintaining compliance requirements
Implementation Tips
Real-time Updates
Use webhook events to stay updated on status changes without polling the API constantly.
Status Logic
Check both underwriting_status and account status to determine full merchant readiness.
