# Transferred Mandate

Source: https://docs.gocardless.com/docs/api-reference/transferred-mandate

## Get updated customer bank details

`GET /transferred_mandates/{mandate_id}`

Returns new customer bank details for a mandate that's been recently transferred

### 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 |
