pasbydocs
Concepts

Terminology

Key terms used across pasby APIs and documentation.

TermDefinition
IdentityA pasby user identified by a national identification number (NIN)
ConsumerAn organisation registered on pasby that builds integrations
AppA registered application under a consumer; holds API key, secret, and scopes
ClaimA piece of identity data (e.g. naming.given) shared with user consent
ActionUser activity requested: login, signup, link, sign, or confirm
ScopePermission granted to an app controlling which API capabilities it may use
FlowA stateful user journey tracked by a request / flow identifier
PayloadOpaque string your app provides for context; echoed through the lifecycle
WebhookYour HTTPS endpoint for asynchronous signature notifications

Scopes (typical)

ActionTypical scopes
login, signup, linkidentification:same, identification:another, identification:wildcard
signsigning:same, signing:another, signing:wildcard, document:sign
confirmsigning:same, signing:another, signing:wildcard

Scope provisioning is managed in Console. Request only what your product needs.

On this page