---
page_source: https://docs.juspay.io/payout-brazil/docs/integration/beneficiary-creation-check-status
page_title: Beneficiary Creation Check Status
---

## API Version: default


# Beneficiary Creation Check Status



Merchant can check status of beneficiary account details which are in pending status.## Endpoints:
- Sandbox: https://api.sandbox.juspay.io/payout/merchant/v2/benedetails/{customerId}/{beneId}

- Production: https://api.juspay.io/payout/merchant/v2/benedetails/{customerId}/{beneId}

## Request Type: 
GET

## Authorization:

#### Basic Auth:
Consists of two parts.

* Username: API Key obtained from Juspay dashboard
* Password: Empty string

Example:- Basic MUQ2QUxxxxxxxxxxxxU5QTIxQzNFNTQwNkFDMEZCOg==
- Tags: String, Mandatory
## Headers:

#### x-merchantid:
pass merchant id that is provided by Juspay
- Tags: string

#### Content-Type:
application/json
- Tags: String
## Sample Code Snippets:
### Sample Request:

#### Request Code Snippet:

```request
curl --location --request GET 'https://api.juspay.io/payout/merchant/v2/benedetails/:customerId/:beneId' \
--header 'Content-Type: application/json' \
--header 'x-merchantid: <merchant id>' \
--header 'Authorization: Basic (b64 encoded API key)' \

```

### Sample Response:

#### Response:
```json
{
    "updatedAt": "2025-01-31T05:25:09Z",
    "uniqueId": "754",
    "status": "CREATED",
    "createdAt": "2025-01-31T05:25:09Z",
    "beneDetails": {
        "details": {
            "walletIdentifierType": "PAYPAL_ID",
            "walletIdentifier": "FSMRXXXXX8PSG",
            "payeeAdditionalDetails": {
                "state": "XYZ",
                "payerId": "FSMRBANCV8PSG",
                "name": "samXXXXXser",
                "email": "sb-mXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.com",
                "country": "Brazil",
                "accountVerificationStatus": "true"
            },
            "brand": "PAYPAL"
        },
        "type": "WALLET"
    }
}
```

## API Responses:
### 200:

#### json:
- Tags: Object
### 400:

#### object:
- Description: {}
- Tags: Object
