List All

List All

GET {{Environment_URL}}/mass-payments/v1/accounts?limit=15&page=1

This endpoint is designed to return a paginated list of all sub-accounts that have been successfully created and possess an approved status. The API response provides the essential data required for managing each sub-account, including:

  • Full Banking Details: Necessary information for traditional bank transfers.

  • Pix Key: The exclusive key assigned to the sub-account for receiving funds.

  • Identification Name (name): The name or label defined during the sub-account creation process.

Headers

Name
Value

Authorization

Bearer <token>

Query Params

Name
Data Type
Description
value

limit

number

Number of items per page

15

page

number

Page number to return

1

Response

{
  "id": 1,
  "name": "John",
  "age": 30
}