---
title: "SIMULAR O VALOR DO PARCELAMENTO"
method: POST
path: "/v1/transactions/simulate_splitting"
tags: ["SIMULAÇÃO DE PARCELAMENTO"]
---

# SIMULAR O VALOR DO PARCELAMENTO

`POST /v1/transactions/simulate_splitting`

SIMULAR O VALOR DO PARCELAMENTO

## Request body

- object
  - `price` string
  - `token_account` string
  - `type_response` string

## Response `200`

RETURN - SIMULAÇÃO PARCELAMENTO

- object
  - `data_response` object
    - `payment_methods` object[]
      - `payment_method_id` number
      - `payment_method_name` string
      - `price_customer` string
      - `price_original` string
      - `price_seller` string
      - `split` number
      - `splittings` object[]
        - `addition_retention` string
        - `price_seller` string
        - `split` number
        - `split_rate` union
          - number
          - string
          - string
          - string
          - string
          - string
          - string
          - string
          - string
          - string
          - string
          - string
        - `value_split` string
        - `value_transaction` string
  - `message_response` object
    - `message` string

---

[API](https://skmtc.net/vindi/apis/001-vindi-pagamentos-agost.md) · [All operations](https://skmtc.net/vindi/apis/001-vindi-pagamentos-agost/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vindi/001-vindi-pagamentos-agost/revisions/9d11e5de9308/schema)
