Members and roles
How Members and roles works in Paycux, what it is for, and the smallest setup that gets it running.
Members
Members is handled by Members and roles rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.
Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.
Invite a team member
Invite a team member is handled by Members and roles rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.
Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.
Invitation lifecycle
Invitation lifecycle is handled by Members and roles rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.
Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.
Rescind an invitation
Rescind an invitation is handled by Members and roles rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.
Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.
Remove a member
Remove a member is handled by Members and roles rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.
Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.
Change a member’s role
Roles are defined once per project and assigned per organization membership, so the same person can be an admin in one organization and a viewer in another.
Check permissions on the server, in the request path, using the permission slug rather than the role name. Role names change; slugs are stable.
Reset a member’s MFA
Paycux supports time-based one-time codes and SMS. Enrollment returns a secret and a QR payload; verification exchanges a code for a factor that is then attached to the user.
Always issue recovery codes at enrollment. Without them, a lost device turns into a support ticket that only you can resolve.
Roles
Roles applies specifically to Members and roles. It behaves the same in both environments, and the values it depends on are visible in the dashboard for the environment you have selected.
If the behaviour you see does not match this description, check which environment your API key belongs to before anything else — a staging key against production data is the most common cause.