---
title: "Get Payment Disclosure"
method: GET
path: "/disclosure/customers/{customerId}/payments/{paymentId}"
tags: ["Payment Disclosure Resource"]
---

# Get Payment Disclosure

`GET /disclosure/customers/{customerId}/payments/{paymentId}`

## Path parameters

- `customerId` string, required
- `paymentId` string, required

## Response `200`

OK

- DisclosureResultData
  - `paymentId` string
  - `availableDate` string, date
  - `currencyCode` string
  - `estimatedPaymentAmount` integer
  - `estimatedExchangeRate` integer
  - `feeInformation` DoddFrankFeeData
    - `totalFees` integer
    - `description` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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