---
title: "Get recipient by ID"
method: GET
path: "/api/v1/bila/transfer-recipients/{id}"
tags: ["Transfer Recipients"]
---

# Get recipient by ID

`GET /api/v1/bila/transfer-recipients/{id}`

Retrieve a single transfer recipient by its UUID

## Path parameters

- `id` string, required

## Response `200`

Recipient retrieved successfully

- object
  - `status` boolean, required — Request success status
  - `message` string, required — Response message
  - `data` RecipientResponseDto
    - `id` string, uuid, required — Recipient UUID
    - `type` 'bank-account' | 'mobile-money', required — Transfer recipient type
    - `accountNumber` string — Bank account number (bank-account only)
    - `accountName` string, required — Account holder name
    - `bankId` string — Bank ID (bank-account only)
    - `bankName` string — Bank name (bank-account only)
    - `phone` string — Phone number (mobile-money only)
    - `operator` string — Mobile money operator (mobile-money only)
    - `country` string, required — Country code
    - `createdAt` string, date-time, required — Creation timestamp

## Other responses

- `404` — Recipient not found

---

[API](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api.md) · [All operations](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilasdk/bila-payment-gateway-api/revisions/1e6976632889/schema)
