Lookup Multiple Customers

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.

📘

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.

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!