---
title: "Payment Preview"
method: POST
path: "/api/v2.0/accounts/{accountId}/paymentpreview"
---

# Payment Preview

`POST /api/v2.0/accounts/{accountId}/paymentpreview`

## Path parameters

- `version` string, required
- `accountId` string, required

## Headers

- `Authorization` string

## Request body

- object
  - `id` string — The barcode or QR code to which you wish to receive the payment.

## Response `200`

200

- object
  - `id` string
  - `type` string
  - `status` string
  - `name` string
  - `taxId` string
  - `amount` number
  - `interestAmount` integer
  - `fineAmount` integer
  - `discountAmount` integer
  - `brCode` object
    - `bankCode` string
    - `accountType` string
    - `reconciliationId` string
    - `description` string
    - `keyId` string
    - `nominalAmount` number
    - `reductionAmount` integer
  - `scheduled` unknown

## Other responses

- `500` — 500

---

[API](https://skmtc.net/transfero/apis/authentication.md) · [All operations](https://skmtc.net/transfero/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfero/authentication/versions/c1cf67f85267/schema)
