Get Partner Subaccount Request Status
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Response
Non-empty if the request failed
Bearer authentication of the form Bearer <token>, where token is your auth token.
Non-empty if the request failed
Available to: Organization administrators
Environments: Production
Rate Limit: Although this endpoint does not have a rate limit, you should implement appropriate polling intervals (e.g., every 30-60 seconds) to avoid unnecessary load.
Poll this endpoint to track the progress of a subaccount request through the approval workflow. The request progresses through various statuses as it is reviewed by internal operations teams.
errorText field in the response body to determine whether the request succeeded or failed.subAccountRequestId
For subAccountRequestId, use the requestId returned from createpartnersubaccountrequest.
Status Progression
Requests typically progress through statuses in this order:
Preapproved → InReview → InAMLReview (if applicable) → Approved or Denied
InAMLReview means the request is being reviewed by the Anti-Money Laundering (AML) team.Denied, check the message field for the reason.Common Failure Scenarios
subAccountRequestIdsubAccountRequestId belongs to a different organization