---
title: "Changes to Complete a 3DS authorisation"
method: POST
path: "/authorise3d"
---

# Changes to Complete a 3DS authorisation

`POST /authorise3d`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 51 revisions.

- **2025-09-24** (v25) `e00aa24758de` — 2 info
- **2024-03-05** (v25) `218a5d52514c` — 2 warning
- **2023-10-30** (v25) `20a3cbd5c805` — 2 info
- **2023-08-16** (v25) `c9a74d0baf5b` — 1 warning, 2 info
- **2023-04-19** (v25) `ef74e7195bb4` — 4 breaking, 1 info
- **2023-02-24** (v25) `6522ce018f70` — 24 breaking, 2 info
- **2022-12-05** (v25) `da6633eb75e1` — 28 breaking, 3 warning, 7 info

## Changes

- **2025-09-24** (v25) `e00aa24758de` — 2 info
  - added the new `EXTERNAL` enum value to the request property `recurring/contract`
  - added the new `ONECLICK,RECURRING` enum value to the request property `recurring/contract`
- **2024-03-05** (v25) `218a5d52514c` — 2 warning
  - the `shopperName/firstName` request property's maxLength was set to `80`
  - the `shopperName/lastName` request property's maxLength was set to `80`
- **2023-10-30** (v25) `20a3cbd5c805` — 2 info
  - added the new `AMEXTOKENSERVICE` enum value to the request property `recurring/tokenService`
  - added the new `TOKEN_SHARING` enum value to the request property `recurring/tokenService`
- **2023-08-16** (v25) `c9a74d0baf5b` — 1 warning, 2 info
  - added the new `PartiallyAuthorised` enum value to the `resultCode` response property for the response status `200`
  - api tag `Payments` added
  - api tag `General` removed
- **2023-04-19** (v25) `ef74e7195bb4` — 4 breaking, 1 info
  - the `fraudResult/results/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `fraudResult/results/items/accountScore` from the response with the `200` status
  - removed the required property `fraudResult/results/items/checkId` from the response with the `200` status
  - removed the required property `fraudResult/results/items/name` from the response with the `200` status
  - added the optional property `fraudResult/results/items/FraudCheckResult` to the response with the `200` status
- **2023-02-24** (v25) `6522ce018f70` — 24 breaking, 2 info
  - the request's body type/format changed from ``/`` to `object`/``
  - the `additionalAmount` request property type/format changed from ``/`` to `object`/``
  - the `amount` request property type/format changed from ``/`` to `object`/``
  - the `billingAddress` request property type/format changed from ``/`` to `object`/``
  - the `browserInfo` request property type/format changed from ``/`` to `object`/``
  - the `dateOfBirth` request property type/format changed from `string`/`date-time` to `string`/`date`
  - the `dccQuote` request property type/format changed from ``/`` to `object`/``
  - the `dccQuote/baseAmount` request property type/format changed from ``/`` to `object`/``
  - the `dccQuote/buy` request property type/format changed from ``/`` to `object`/``
  - the `dccQuote/interbank` request property type/format changed from ``/`` to `object`/``
  - the `dccQuote/sell` request property type/format changed from ``/`` to `object`/``
  - the `deliveryAddress` request property type/format changed from ``/`` to `object`/``
  - the `installments` request property type/format changed from ``/`` to `object`/``
  - the `recurring` request property type/format changed from ``/`` to `object`/``
  - the `shopperName` request property type/format changed from ``/`` to `object`/``
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `403`
  - the response's body type/format changed from ``/`` to `object`/`` for status `422`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - the `dccAmount` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `fraudResult` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `fraudResult/results/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `browserInfo/acceptHeader` request property's minLength was decreased from `10` to `0`
  - the `browserInfo/userAgent` request property's minLength was decreased from `10` to `0`
- **2022-12-05** (v25) `da6633eb75e1` — 28 breaking, 3 warning, 7 info
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the enum value `AMEXTOKENSERVICE` of the request property `recurring/tokenService`
  - removed the enum value `EXTERNAL` of the request property `recurring/contract`
  - removed the enum value `ONECLICK,RECURRING` of the request property `recurring/contract`
  - removed the enum value `TOKEN_SHARING` of the request property `recurring/tokenService`
  - the `browserInfo/acceptHeader` request property's minLength was increased from `0` to `10`
  - the `browserInfo/userAgent` request property's minLength was increased from `0` to `10`
  - the `additionalAmount` request property type/format changed from `object`/`` to ``/``
  - the `amount` request property type/format changed from `object`/`` to ``/``
  - the `billingAddress` request property type/format changed from `object`/`` to ``/``
  - the `browserInfo` request property type/format changed from `object`/`` to ``/``
  - the `dccQuote` request property type/format changed from `object`/`` to ``/``
  - the `dccQuote/baseAmount` request property type/format changed from `object`/`` to ``/``
  - the `dccQuote/buy` request property type/format changed from `object`/`` to ``/``
  - the `dccQuote/interbank` request property type/format changed from `object`/`` to ``/``
  - the `dccQuote/sell` request property type/format changed from `object`/`` to ``/``
  - the `deliveryAddress` request property type/format changed from `object`/`` to ``/``
  - the `installments` request property type/format changed from `object`/`` to ``/``
  - the `recurring` request property type/format changed from `object`/`` to ``/``
  - the `shopperName` request property type/format changed from `object`/`` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - the response's body type/format changed from `object`/`` to ``/`` for status `400`
  - the response's body type/format changed from `object`/`` to ``/`` for status `401`
  - the response's body type/format changed from `object`/`` to ``/`` for status `403`
  - the response's body type/format changed from `object`/`` to ``/`` for status `422`
  - the response's body type/format changed from `object`/`` to ``/`` for status `500`
  - the `dccAmount` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `fraudResult` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `browserInfo/acceptHeader` request property's maxLength was set to `50`
  - the `browserInfo/userAgent` request property's maxLength was set to `50`
  - removed the optional property `fraudResult/results/items/FraudCheckResult` from the response with the `200` status
  - api tag `General` added
  - api tag `Payments` removed
  - the `dateOfBirth` request property type/format was generalized from `string`/`date` to `string`/`date-time`
  - removed the `PartiallyAuthorised` enum value from the `resultCode` response property for the response status `200`
  - added the required property `fraudResult/results/items/accountScore` to the response with the `200` status
  - added the required property `fraudResult/results/items/checkId` to the response with the `200` status
  - added the required property `fraudResult/results/items/name` to the response with the `200` status

---

[Operation](https://skmtc.dev/adyen/apis/paymentservice/docs/authorise3d/post.md) · [API](https://skmtc.dev/adyen/apis/paymentservice.md) · [Page](https://skmtc.dev/adyen/apis/paymentservice/changes/authorise3d/post)
