# Get payment methods Lists available payment methods for a given collection account. Endpoint: GET /v3/merchants/{id}/paymentMethods Version: v3.0 Security: Api-Key ## Path parameters: - `id` (number, required) Collection account identifier ## Response 200 fields (application/json): - `paymentMethods` (array, required) Array with available payment methods. - `paymentMethods.id` (string, required) Payment method identifier. Example: "simplified_transfer" - `paymentMethods.name` (string, required) Name of the payment method. Example: "simplified_transfer" - `paymentMethods.logo_url` (string, required) URL of the suggested logo to display. Example: "https://s3.amazonaws.com/static.khipu.com/buttons/2015/150x50-transparent.png"