# Fetch Auto Account Holder Name

## Fetch Auto Account Holder Name

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

#### Path Parameters

| Name           | Type   | Description                     |
| -------------- | ------ | ------------------------------- |
| gatkey         | string | gatkey provide by us            |
| mobile\_number | string | Customer Number                 |
| bank\_code     | string | Bank Code Provided By Goalltrip |
| account        | string | Bank Account Number             |

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

```javascript

{

  "message": "Success! Account details found.",

  "response_type_id": 61,

  "response_status_id": -1,

  "status": 0,

  "data": {

    "fee": "0.00",

    "amount": "0.00",

    "is_Ifsc_required": "0",

    "is_name_editable": "0",

    "account": "251705000077",

    "bank": "ICICI BANK",

    "aadhar": "",

    "recipient_name": "GOALLTRIP PVT LTD"

  }

}
```

{% endtab %}

{% tab title="404 " %}

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

{% endtab %}
{% endtabs %}
