---
title: "Floa Pay - Info (Consult)"
method: GET
path: "/v1.02/floa/info/{transactionID}"
---

# Floa Pay - Info (Consult)

`GET /v1.02/floa/info/{transactionID}`

Creates a request to allow the customer to pay using Floa Pay service.

## Path parameters

- `transactionID` string, required

## Response `201`

201

- object
  - `transactionStatus` string
  - `installmentDetails` object[]
    - `installmentCount` integer
    - `productName` string
    - `productCode` string
    - `dealStatus` string
    - `customerFees` string
    - `customerTotalAmount` string
    - `merchantFinancedAmount` string
    - `merchantFees` string
    - `merchantServiceFees` string
    - `merchantTotalAmount` string
    - `installments` object[]
      - `rank` integer
      - `date` string
      - `amount` string
      - `initialAmount` integer
      - `remainingAmount` integer
      - `capturedAmount` integer
      - `canceledAmount` integer
      - `refundedAmount` integer
      - `status` string
    - `currency` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eupago/apis/rest-api-oauth.md) · [All operations](https://skmtc.net/eupago/apis/rest-api-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/rest-api-oauth/revisions/835215b3055b/schema)
