---
title: "Get Payment Methods (Order)"
method: GET
path: "/merchants/orders/{order_token}/payments-methods"
tags: ["Orden"]
---

# Get Payment Methods (Order)

`GET /merchants/orders/{order_token}/payments-methods`

Gets the available methods that the merchant has for that specific order

## Headers

- `X-API-KEY` string, required
- `Authorization` string, required

## Response `200`

OK

- object
  - `data` object[] — List of store payment methods for that order
    - `alternative_payment_method_name` string — Alternative payment method name
    - `enabled` boolean — Whether the payment method is available in the store
    - `exclude_cvv` boolean — Whether it is not necessary to send the CVV
    - `excluded_franchises` string[] — Excluded franchises
    - `input_schema` object[] — List of fields required to make a payment with that payment method.
      - `always` boolean — Whether it is always required or not.
      - `name` string — Field name to make a payment
      - `required` boolean — Whether the field is required to make the payment
      - `type` string — Data type
    - `labels` object
      - `es` string
    - `method_type` string — Payment method
    - `processor_name` string — Payment processor name
    - `specific_fields` object
      - `financial_institution` object[]
        - `description` string — Financial institution description
        - `id` string — Financial institution identification

## Other responses

- `401` — Respuesta de una solicitud **sin autorización** este problema es debido a el **X-API-KEY** inválido o por el **Bearer-Auth
- `500` — Internal Server Error

---

[API](https://skmtc.dev/deuna/apis/user-network-api.md) · [All operations](https://skmtc.dev/deuna/apis/user-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deuna/user-network-api/revisions/df73fa00ed05/schema)
