---
title: "Get a Gocardless mandate"
method: GET
path: "/api/external/v2/gocardless_mandates/{id}"
tags: ["Mandates"]
---

# Get a Gocardless mandate

`GET /api/external/v2/gocardless_mandates/{id}`

This endpoint allows you to retrieve a specific Gocardless mandate by ID.

> ℹ️
> This endpoint requires one of the following scopes: `customer_mandates:all`, `customer_mandates:readonly`

## Path parameters

- `id` integer, required

## Response `200`

A Gocardless mandate

- object
  - `id` integer, required
  - `external_reference` string, nullable, required — Unique external identifier for the Gocardless mandate.
  - `customer` object, nullable, required
    - `id` integer, required
    - `url` string, required — URL to get the customer.
  - `status` 'pending_customer_approval' | 'pending_submission' | 'submitted' | 'active' | 'failed' | 'cancelled' | 'expired' | 'consumed' | 'replaced' | 'blocked' | 'bank_disconnected', required
  - `external_customer_account` string, required — Identifier for the Gocardless customer account.
  - `external_customer_label` string, nullable, required — Label for the Gocardless customer account.
  - `created_at` string, date-time, required — Creation date of the Gocardless mandate
  - `updated_at` string, date-time, required — Last update date of the Gocardless mandate

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/versions/a5b7236473c6/schema)
