---
title: "Direct Debit Payment"
method: POST
path: "/v1.02/directdebit/payment/{reference}"
---

# Direct Debit Payment

`POST /v1.02/directdebit/payment/{reference}`

Use this request to create a manual debit request for a Direct Debit Authorization

## Path parameters

- `reference` integer, required

## Request body

- object
  - `date` string, date, required — Debit Date (YYYY-MM-DD)
  - `amount` number, float, required
  - `type` 'RCUR' | 'FNAL', required — Type of debit. If it is the final debit of the Authorization you must send the value FNAL.
  - `obs` string — An optional field that will define the identifier of the reference. When missing the reference will assume the identifier of the corresponding Authorization

## Response `200`

200

- object
  - `transactionStatus` string
  - `collectionDate` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/eupago/apis/intro-and-oauth.md) · [All operations](https://skmtc.net/eupago/apis/intro-and-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/intro-and-oauth/versions/778475fa98e9/schema)
