payMethod
Retrieve detailed information about a specific payment method.
Returns comprehensive payment method data including localized names, external integration codes, branding elements, and configuration details. Used for payment processing workflows and checkout system integration.
Possible errors:
- PAY_METHOD_NOT_FOUND_ERROR: Payment method with the specified ID does not exist
- PAY_METHOD_UNKNOWN_ERROR: Unknown error occurred while retrieving payment method
payMethod(
id: Int!
): PayMethod!
Arguments
payMethod.id
● Int!
non-null scalar
Unique identifier of the payment method to retrieve.
Must be a positive integer representing a valid payment method ID in the system.
Type
PayMethod
object
Payment method configuration for checkout and payment processing.
Represents a payment option available to customers during checkout including configuration details, branding, and integration settings. Used for payment processing, checkout flows, and financial transaction management.