# Funds Availability

Source: https://docs.gocardless.com/docs/api-reference/funds-availability

## Funds availability

`GET /funds_availability/{mandate_id}`

Checks if the payer's current balance is sufficient to cover the amount
the merchant wants to charge within the consent parameters defined on the mandate.

### Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `mandate_id` | path | string | Yes | The mandate id |

### Responses

| Status | Description |
| --- | --- |
| 200 | Successful response |
| 400 | Bad Request |
| 401 | Unauthorised |
| 404 | Not found |
| 422 | Validation Error |
| 500 | Internal Error |
