NextPay Docs
Guide

Organizations

Managing organizations in NextPay

Organizations are the top-level entity in NextPay. Each organization can have multiple workspaces and members.

List Organizations

Retrieve all organizations the authenticated user belongs to.

curl -H "Authorization: Bearer YOUR_TOKEN" \
  https://api.nextpay.world/v1/organizations

Organization Settings

Each organization has configurable settings that control behavior across all workspaces.

curl -H "Authorization: Bearer YOUR_TOKEN" \
  https://api.nextpay.world/v1/organizations/{id}/settings

On this page