---
title: "Lookup Payment"
method: GET
path: "/send/{id}"
---

# Lookup Payment

`GET /send/{id}`

Retrieve information about a specific payment

## Path parameters

- `id` string, required

## Request body

- unknown

## Response `200`

200

- object
  - `sender` object
    - `name` string
    - `country` string
    - `phone` string
    - `address` string
    - `dob` string
    - `email` string
    - `idNumber` string
    - `idType` string
  - `destination` object
    - `accountName` string
    - `accountNumber` string
    - `accountType` string
    - `networkId` string
  - `channelId` string
  - `sequenceId` string
  - `amount` integer
  - `currency` string
  - `country` string
  - `reason` string
  - `partnerId` string
  - `id` string
  - `status` string
  - `sessionId` string
  - `convertedAmount` integer
  - `rate` number
  - `expiresAt` string
  - `createdAt` string
  - `updatedAt` string

## Other responses

- `400` — 400

---

[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)
