---
title: "Payment"
method: GET
path: "/payments"
tags: ["Payments"]
---

# Payment

`GET /payments`

## Query parameters

- `prebook_id` string, required
- `input_points` integer
- `include_hints` boolean

## Response `200`

OK

- object
  - `modalities` object[]
    - `modality` string — Code that identifies the modality to be used. The only value available at the moment is PAYINADVANCE.
    - `price_information` object — This structure provides price information; it is typically used to display the price in the user interface.
      - `total` object
        - `base` number — base price.
        - `taxes` number — taxes
        - `fees` number — fees
        - `discount` number — discount
        - `processing_cost` number — payment processing cost; in this total summary it will generally be blank because the cost depends on the number of installments selected.
        - `fees_and_taxes` number — fees_and_taxes
        - `total` number — Total = Base + Taxes + Fees + Processing Cost - Discount
        - `tax_breakdown` object[] — Tax breakdown.
          - `code` string
          - `amount` string
      - `currency` string — Currency used.
      - `conversion_rate` object
        - `from` string — source currency.
        - `to` string — destination currency.
        - `rate` string — conversion rate.
      - `by_payment_type` object — pricing information by payment type.
        - `prepaid` number
      - `discounts` object — Discounts applied to this quote.
        - `type` string
        - `total` number
        - `points` integer
    - `payment_options` object
      - `option_type` string — type of payment option (e.g., ONE_CARD, MULTIPLE_CARD). Currently, the only available option is ONE_CARD.
      - `group_plans` string — payment groups within the payment option.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/despegar/apis/decolar-booking-api.md) · [All operations](https://skmtc.net/despegar/apis/decolar-booking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/despegar/decolar-booking-api/revisions/2fb15f2434ea/schema)
