improved
September 3rd 2025
2 days ago by Ran Grushkowsky
Improved
Lookup an existing user
Enhanced the existing GET endpoint /payout/user/lookup
to include user status in the response.
- The
200
response (FoundUser
) now returns astatus
field with possible values:ACTIVE
,LOCKED
,DEACTIVE
,CLOSED
. - Example responses have been updated to show
status
alongsideuser_token
,first_name
,last_name
, andinternal_user_id
. - Backward compatible: existing clients that ignore unknown fields require no changes. Clients that wish to display account state can now use
status
directly.
Note: Request semantics are unchanged. Provide either (
first_name
) orinternal_user_id
as query parameters.