Capxul Docs
Package reference

Method bundles

Domain namespaces and principal methods on CapxulClient.

Every method below returns a Promise<CapxulResult<T>>. This catalog describes the type surface; consult capability status for runtime evidence.

BundlePrincipal methods
authcanSendOtp, signIn, verifyOtp, getSession, signOut
identityloadCurrent
currentUserget
meget, depositInstructions
accountgetLifecycle, retrySetup, actor-scoped relationship methods
accountsread
smartAccountloadCurrent, provision
handlesrecipient resolution by handle
payeessaved-payee create/read/resolve operations
targetsresolve for email, handle, Organization, payee, or destination references
destinationsadd, list, remove
paymentspay, createCommitment, claim, cancel, redirect, list, get
activitylist, summary, get, annotate
offrampquote, status
paymentDocumentsverify, render
paymentRequestscreate, lifecycle transitions, collect, and reads
onboardingcompletePersonal, completeOrganization
createOrg, orgs, org(orgId)Organization creation/listing plus scoped lifecycle, treasury, member, role, Permission, payment, audit, and relationship methods

Organization scope is never mutable client state. Resolve the bundle for the Organization you mean:

const organization = client.org(orgId);
const lifecycle = await organization.getLifecycle();
const members = await organization.members();

Internal namespaces

client._internal and client.account._internal carry lifecycle, custody evidence, or testing substrate. They are not Stripe-shaped consumer APIs and may change independently of the public method contract.

On this page