> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payout-international/beneficiary/get-beneficiary-by-id.md).

# Get Beneficiary by ID

## Method and URL

<mark style="color:green;">`GET`</mark> \[<mark style="color:orange;">BASE\_URL</mark>]/xb/beneficiary/:id

## **Request Params**

| Key | Value        |
| --- | ------------ |
| id  | `{{ uuid }}` |

## Response

**Response Body**

```json
{
    "code": "00",
    "message": "Success",
    "data": {
        "uuid": "88597577-edc6-43f0-90ac-378683a9640b",
        "name": "Mark Jobs",
        "accountType": "Individual",
        "address": "New York City",
        "city": "New York City",
        "postcode": "10005",
        "state": "New York",
        "countryCode": "US",
        "identificationType": "Kartu Tanda Penduduk",
        "identificationNumber": "13711189286238",
        "accountNumber": "52342346545101",
        "bankName": "Bank of America",
        "bankCode": "545343545345354",
        "contactCountryCode": "+1",
        "contactNumber": "0867876234",
        "email": "markjacobs@gmail.com",
        “payoutMethod”: “WALLET”, → not yet
        "createdAt": "2024-09-04T18:22:51Z",
        "updatedAt": "2024-11-04T05:46:22Z",
        "deactivatedAt": "2024-11-04T04:57:05Z"
    }
}

```
