---
title: "Get SWIFT Status by payment ID"
method: GET
path: "/swift/customers/{customerId}/payments/{paymentId}"
tags: ["SWIFT Status"]
---

# Get SWIFT Status by payment ID

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

## Path parameters

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

## Response `200`

OK

- GetSwiftResultData
  - `transactionStatus` string
  - `transactionStatusReason` string
  - `statusDescription` string
  - `reasonDescription` string
  - `trackingReference` string
  - `originalPaymentId` string
  - `orderDetailId` string
  - `releasedDateFromGpg` string
  - `initiationTime` string
  - `lastUpdatedTime` string
  - `creditedTimestamp` string
  - `completionTime` string
  - `instructedAmount` object
  - `estimatedAmount` object
  - `creditedAmount` object
  - `payerBank` object
  - `beneficiaryBank` object
  - `paymentEvents` object

## Other responses

- `404` — Not Found

---

[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/revisions/ff82548143cf/schema)
