Skip to main content

payMethods

Search and retrieve payment methods with comprehensive filtering and pagination.

Provides flexible search capabilities for payment method discovery including date range filtering, external code matching, and identifier-based searches. Results are paginated and support custom sorting for efficient payment method catalog management.

Possible errors:

  • PAY_METHOD_UNKNOWN_ERROR: Unknown error occurred while searching payment methods
payMethods(
input: PayMethodSearchInput
): PayMethodsResponse!

Arguments

payMethods.input ● PayMethodSearchInput input

Search criteria for filtering payment methods.

If not provided, returns all accessible payment methods with default pagination settings. Supports filtering by type, status, and configuration options.

Type

PayMethodsResponse object

Paginated response containing payment methods and pagination metadata.

Provides a structured response for payment method queries including the matching results and comprehensive pagination information for efficient data navigation.