> For the complete documentation index, see [llms.txt](https://traveloapi.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://traveloapi.gitbook.io/api/money-transfer-api/add-customer.md).

# Get Customer

## &#x20;Get Customer

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

#### Path Parameters

| Name   | Type   | Description          |
| ------ | ------ | -------------------- |
| gatkey | string | gatkey provide by us |

#### Query Parameters

| Name           | Type   | Description            |
| -------------- | ------ | ---------------------- |
| mobile\_number | string | Customer Mobile Number |

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

```javascript
{

  "message": "Non-KYC active",

  "response_type_id": 33,

  "response_status_id": 0,

  "status": 0,

  "data": {

    "limit": [

      {

        "remaining": "50000.0",

        "name": "Bc",

        "used": "0.0"

      },

      {

        "remaining": "9900.0",

        "name": "Wallet",

        "used": "100.0"

      }

    ],

    "balance": "0.0",

    "name": "Dip sarkar",

    "state": "2",

    "customer_id_type": "mobile_number",

    "customer_id": "7890080744",

    "state_desc": "Non-KYC!",

    "currency": "INR",

    "mobile": "7890080744"

  }

}

```

{% endtab %}

{% tab title="404 " %}

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

{% endtab %}
{% endtabs %}
