---
title: "Send a Pro Account SEPA mandate request"
method: POST
path: "/api/external/v2/pro_account/mandate_requests"
tags: ["Mandates"]
---

# Send a Pro Account SEPA mandate request

`POST /api/external/v2/pro_account/mandate_requests`

This endpoint allows you to send a mandate request for a Pro Account
SEPA Direct Debit mandate to a customer.

Requirements:
- Company must have a Pro Account (returns 404 if not)
- Company must have an enabled merchant profile (returns 403 if not)


> ℹ️
> This endpoint requires the following scope: `customer_mandates:all`

## Request body

- object
  - `customer_id` integer, required — Customer identifier

## Response `201`

Mandate request successfully created

## Other responses

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

---

[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/revisions/a5b7236473c6/schema)
