---
title: "Direct Debit Authorization"
method: POST
path: "/v1.02/directdebit/authorization"
---

# Direct Debit Authorization

`POST /v1.02/directdebit/authorization`

Use this request to create Debit Direct Authorizations. This request will create an Authorization PDF with a reference number (authorizationId) , which will be sent to the debtor's email.

## Request body

- object
  - `identifier` string, required
  - `adminCallback` string — Use this optional field to receive a communication when this reference is paid.
  - `debtor` object, required — Array with debtor information.
    - `address` object — Debtor's Address
      - `zipCode` string — zipCode of the address (do not insert the city)
      - `country` string
      - `street` string
      - `locality` string — City
    - `iban` string, required — Debtor's IBAN
    - `name` string, required — Debtor's Name
    - `bic` string, required — Debtor's BIC/SWIFT
    - `email` string, required — Debtor's Email. Used to send the Authorization PDF and next payment notifications.
  - `payment` object, required — Array with payment information.
    - `date` string, date — Format YYYY-MM-DD
    - `amount` number, float
    - `autoProcess` '0' | '1', required — Defines if the debit will processed by the API automatically (1) or there will be a manual debit instruction (0).
    - `collectionDay` integer — Mandatory if it is defined a periodicity and it's type is RCUR.
    - `periodicity` 'Semanal' | 'Quinzenal' | 'Mensal' | 'Trimestral' | 'Semestral' | 'Anual' — Defines the periodicity of the debit
    - `limitDate` string, date, required — Date (YYYY-MM-DD) defined to be the last debit for this Authorization
    - `type` 'OOFF' | 'RCUR', required — Type of debit. OOFF must be used on Authorizations that will only have one debit. RCUR is used for Authorizations that have recurring debits

## Response `200`

200

- object
  - `transactionStatus` string
  - `reference` 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)
