---
title: "Execute a payment file"
method: POST
path: "/pay-file/{id}/execute"
tags: ["pay-file"]
---

# Execute a payment file

`POST /pay-file/{id}/execute`

Executes a payment file by ID. Requires **pay_file:write** scope.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Pay File Execution Response

- object
  - `data` PayFileExecution
    - `id` string, uuid, required — The id of the pay file
    - `status` 'InitiationPending' | 'InitiationFailed' | 'InitiationCompleted'
    - `createdAt` string, date-time, required — The date that the pay file consent was created
    - `payFileConsents` object, required
      - `fileReference` string — The name or description given to the recurring payment
      - `numberOfTransactions` integer — The number of transactions within the file
      - `controlSum` string — The total amount of the transactions within the file
  - `meta` object

## Other responses

- `400` — Unsuccessful Response - Bad request - Missing or invalid parameters

---

[API](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
