# Get Beneficiary Detail

## Get Beneficiary Detail

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/goipay/get_rcp`&#x20;

#### Path Parameters

| Name           | Type   | Description                     |
| -------------- | ------ | ------------------------------- |
| gatkey         | string | gatkey (provided by traveloapi) |
| mobile\_number | string | Customer Number                 |

{% tabs %}
{% tab title="200 " %}

```javascript
{

  "message": "Success",

  "response_type_id": 23,

  "response_status_id": 0,

  "status": 0,

  "data": {

    "recipient_list": [

      {

        "is_otp_required": 0,

        "recipient_id": 15331657,

        "recipient_mobile": "7890080744",

        "recipient_name": "SUVO GOALLTRIP TOURS TRAVELS PVT LTD",

        "recipient_id_type": "acc_ifsc",

        "allowed_channel": 0,

        "is_self_account": "0",

        "is_rblbc_recipient": 1,

        "account": "251705000077",

        "ifsc_status": 3,

        "bank": "ICICI BANK LTD",

        "channel": 0,

        "available_channel": 0,

        "ifsc": "ICIC0000005",

        "account_type": "Bank Account Number"

      }

```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "Invalid Request",
    "status": "error",
    
}
```

{% endtab %}
{% endtabs %}
