GET
/
api
/
external
/
v2
/
gocardless_mandates
/
{id}
{
  "created_at": "2023-08-07T14:23:12.000Z",
  "customer": {
    "id": 42,
    "url": "https://app.pennylane.com/api/external/v2/customers/42"
  },
  "external_customer_account": "test_account_id",
  "external_customer_label": "test_label",
  "external_reference": "MD000VDD0HN1RP",
  "id": 42,
  "status": "expired",
  "updated_at": "2023-08-07T14:23:12.000Z"
}

Path Parameters

id
string
required

(Required) ID of the Gocardless mandate to retrieve

Example:

"-15176879"

Response

200
application/json

A Gocardless mandate

The response is of type object.