---
title: "Floa Pay - Simulation"
method: POST
path: "/v1.02/floa/simulate"
---

# Floa Pay - Simulation

`POST /v1.02/floa/simulate`

Creates a request to allow the client to check the installment options available using Floa Pay service for that amount and country.

## Request body

- object
  - `payment` object, required
    - `value` number, float, required — Payment amount
    - `currency` string, required
  - `countryCode` 'PT' | 'ES' | 'FR', required — Which country are you going to ship (sell) the product

## Response `201`

201

- object
  - `transactionStatus` string
  - `installmentOptions` object[]
    - `productName` string
    - `productCode` string
    - `countryCode` string
    - `installmentCount` integer
    - `customerFees` string
    - `customerTotalAmount` string
    - `merchantFinancedAmount` string
    - `merchantFees` string
    - `merchantServiceFees` string
    - `merchantTotalAmount` string
    - `simulatedInstallments` object[]
      - `rank` integer
      - `date` string
      - `amount` string
    - `currency` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eupago/apis/intro-and-oauth.md) · [All operations](https://skmtc.net/eupago/apis/intro-and-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/intro-and-oauth/versions/778475fa98e9/schema)
