> 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/sender/get-sender-by-id.md).

# Get Sender by ID

## Method and URL

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

## **Request Params**

| Key | Value         |
| --- | ------------- |
| id  | {{sender id}} |

&#x20;

## Response

**Response Body**

```json
{
    "code": "00",
    "message": "Success",
    "data": {
        "uuid": "da9fb196-3f8f-4bb7-a838-c50c40d13581",
        "name": "Indonesah Newjeans",
        "countryCode": "ID",
        "state": "Jawa Barat",
        "city": "Bandung",
        "address": "Jl Street",
        "postcode": "12345",
        "accountType": "Individual",
        "identificationType": "Passport",
        "identificationNumber": "X123457",
        "bankAccountNumber": "98723293",
        "dob": "1990-12-01",
        "contactCountryCode": "+62",
        "contactNumber": "123134123",
        "sourceOfIncome": "Salary",
        "createdAt": "2024-11-06T03:10:25Z",
        "updatedAt": "2024-11-06T10:35:05Z",
        "deactivatedAt": "2024-11-06T10:35:05Z"
    }
}
```
