Skip to main content
GET
List Payment Methods

Overview

Retrieves a list of payment method entities with optional filtering by owner, type, or other criteria.

Endpoint

Authentication

Requires a valid API key in the Authorization header:

Query Parameters

string
required
Must be "payment_method" to filter for payment methods
string
Filter by relationship to another entity (e.g., person or company owner UUID)
number
Number of results to return (default: 50, max: 100)
number
Number of results to skip for pagination (default: 0)
string
Field to sort by: createdAt, updatedAt, riskScore
string
Sort order: asc or desc (default: desc)

Example Requests

List All Payment Methods

List Payment Methods for a Person

List with Pagination

Response

boolean
Whether the request was successful
array
Array of payment method entities
object
Pagination information

Response Example

Use Cases

Find All Credit Cards for a Person

Find High-Risk Payment Methods

Group Payment Methods by Type

Error Responses

400 Bad Request

401 Unauthorized

See Also