# Query Failed Notifications

{% hint style="info" %}
Click the arrow (>) on the post API section  to see the body and response parameters details
{% endhint %}

## Retrieve a list of transactions that may have failed to be displayed from an initial query on a particular merchant's shortcode

<mark style="color:green;">`POST`</mark> `http://40.114.209.253:87/merchants/resend`

#### Request Body

| Name        | Type    | Description                                                                                                         |
| ----------- | ------- | ------------------------------------------------------------------------------------------------------------------- |
| StoreNumber | 5748673 | Paybill or Buy goods - A 5 to 7 digit account number) used to identify an organization and receive the transaction. |

{% tabs %}
{% tab title="200: OK Response is a Json object with an array of lists of transactions" %}

```javascript
{
    "ResultCode": 1, 
    "ResultDescr ": "Success"
}
```

{% endtab %}

{% tab title="403: Forbidden Error on transaction retrival" %}

```javascript
{
   "ResultCode": 0,
   " ResultDescr ": "Error Description"
}
```

{% endtab %}
{% endtabs %}
