---
title: "Get Conversion By ID"
method: GET
path: "/conversions/{id}"
---

# Get Conversion By ID

`GET /conversions/{id}`

Retrieves a single auto-convert conversion by its ID.

## Path parameters

- `id` string, required

## Response `200`

- object
  - `id` string
  - `partnerId` string
  - `partnerName` string
  - `sourceCurrency` string
  - `destinationCurrency` string
  - `sourceAmount` integer
  - `destinationAmount` number
  - `effectiveRate` integer
  - `usdValue` number
  - `tier` string
  - `transferId` string
  - `transferType` string
  - `idempotencyKey` string
  - `countryCode` string
  - `status` string
  - `failureReason` unknown
  - `sourceWalletId` string
  - `destinationWalletId` string
  - `createdAt` string
  - `createdBy` string

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/versions/516d251059cc/schema)
