Authentication
Every operation requires a user-scoped owner credential. The selected account must be visible through that owner relationship.Models and state
REST enum fields are JSON numbers:- Model:
1MOR,2VA,3PA. - Compliance mode:
1Hosted Link,2API Body,3Provider Session. - Account status:
1Pending,2Active,3Frozen,4Closed,5Rejected,6Expired,7Pending Submission.
Credential behavior
Credential retrieval is available only for an eligible active MOR or VA. A newly provisioned secret is returned in full once and is masked on later reads. Credential rotation is present in the HTTP contract but the current service always returns the unsupported-operation error; it is not an available production capability.Endpoints
- Create —
POST /v3/onboarding/managed_accounts/create - Detail —
POST /v3/onboarding/managed_accounts/detail - List —
POST /v3/onboarding/managed_accounts/list - Update —
POST /v3/onboarding/managed_accounts/update - Get credential —
POST /v3/onboarding/managed_accounts/credentials/get - Rotate credentials —
POST /v3/onboarding/managed_accounts/credentials/rotate