List Payment Methods
API Reference
List Payment Methods
List all payment method entities with filtering and pagination β in the gu1 entity model for card, account, and wallet records, with examples for list use.
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
Must be
"payment_method" to filter for payment methodsFilter by relationship to another entity (e.g., person or company owner UUID)
Number of results to return (default: 50, max: 100)
Number of results to skip for pagination (default: 0)
Field to sort by:
createdAt, updatedAt, riskScoreSort order:
asc or desc (default: desc)Example Requests
List All Payment Methods
List Payment Methods for a Person
List with Pagination
Response
Whether the request was successful
Array of payment method entities
Pagination information