Get User
Retrieve a previously created user by their user ID.
Returns the user’s core profile — its canonical id, the partner-supplied external_reference, the user type, the current status (including any required actions that are blocking or pending), the created_at timestamp, and the accounts associated with the user.
Common use cases:
- Resolve a partner-side reference to its Payward user.
- Poll a user’s
statuswhile it’s transitioning (for example, after submitting verifications). - Confirm a user exists and retrieve its account IDs before issuing account-scoped calls.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
ID of the user the request applies to. For partners operating in the B2B2C model, this is the Sub-User the request is acting on behalf of. Canonical identifier for a user in the Payward public API.
14 - 42Response
Response