Get all active payment methods

Retrieve a paginated list of active payment methods.

Authentication

Requires product-api-token (sent via the configured auth header as a JWT bearer token) headers.

Query parameters

  • page (number, min 1, default 1)
  • limit (number, min 10, max 100, default 10)
  • search (string): optional free-text search
  • sortOrder (string, enum: ASC | DESC, default DESC)
  • sortBy (string, enum depends on dataset; default createdAt)
  • isActive (boolean): filter by active methods (endpoint name implies active, but you can still refine with isActive)

Response

  • 200: Active payment methods retrieved successfully.
  • 401: Unauthorized
  • 403: Forbidden
  • 500: Internal server error
Query Params
number
≥ 1
Defaults to 1
number
10 to 100
Defaults to 10
string
string
enum
Defaults to DESC
Allowed:
string
enum
Defaults to createdAt
Allowed:
boolean
Responses

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