Get Multiple Customer's Account Details

The GET /v2/user endpoint lets you retrieve a list of customers you've created in Paynote. You can use optional query parameters like limit, starting_after, or ending_before to control how many records are returned and paginate through results. This is useful for displaying customer lists, syncing your database, or reviewing customer details in bulk. The response includes an array of customer objects—each with fields like user_id, name, email, phone, and status—along with a flag indicating if more results are available. Just include your Bearer API key in the request to get started.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

Before using any endpoint, you need to set the environment:

Click on Environment in the Base URL and enter the appropriate option:
api (Production) for the live environment.
sandbox (Sandbox) for testing.

Query Params
int32

Default: 10. A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.

string
Defaults to YYYY-MM-DD
string
Defaults to YYYY-MM-DD
string

Number page

string

search with a user’s full name or email address

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json