# Retrieve metadata of a payment method Retrieves the metadata of a payment method with a specified . Endpoint: GET /payment-methods/{apiName} Version: latest Security: , ## Path parameters: - `apiName` (string, required) Name of the payment method API. ## Response 200 fields (application/json): - `apiName` (string, required) Name of the payment method returned in the API response. - `name` (string, required) Name of the payment method. - `landscapeLogo` (string,null) URL for the payment method logo optimized for landscape orientation. - `portraitLogo` (string,null) URL for the payment method logo optimized for portrait orientation. - `summary` (string, required) Short description of the payment method. This field supports Markdown. - `description` (string, required) Detailed information about the payment method. This field supports Markdown. - `countries` (object, required) Countries metadata. - `storefrontEnabled` (boolean) - `isSingleUse` (boolean) Specifies that the payment method requires the customer to review and confirm payment options and terms specific to the purchase every time. The merchant cannot assist the customer in adding this payment method during the checkout process. The customer must complete the process independently. - `supportedCurrencies` (object) List of currencies that are supported by the payment method. - `relevantBusinessModels` (array) Business models that are relevant to the payment method. Enum: "B2B", "B2C" - `type` (string,null) Type of payment method. For example, wallet, bank transfer, credit card. - `recurringPayments` (boolean) Specifies whether the payment method supports recurring payments. - `refunds` (boolean) Specifies whether the payment method supports refunds. - `disputes` (boolean) Specifies whether the payment method supports disputes. - `ux` (array) List of steps that describes the user experience during the payment flow. - `ux.description` (string, required) - `_links` (array) Related links. - `_links.href` (string) Link URL. - `_links.rel` (string) Type of link. Enum: "self"