> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API - Feb 23, 2026

> <small>&#8249; [All release notes](/release-notes)</small>

## <div class="pill pill-green">Added</div>

### Authentication type response parameter for card transactions

The API now returns the `AuthenticationResult.AuthenticationType` property on all relevant card transactions, which has the possible values:

* `CHALLENGE` – The issuer requested SCA to be enforced (for example, using 3DS).
* `FRICTIONLESS` – The transaction was exempted from SCA because an exemption was granted by the issuer.
* `DIRECT_AUTHORIZATION` – The transaction was sent to the issuer for authorization without any frictionless or challenge (for example, if SCA doesn't apply).

The property reflects both:

* The final state of the authentication request that Mangopay made to the issuer,
* The decision of the issuer regarding the type of authentication to be enforced (if applicable)

A `null` value typically indicates that authentication was not requested (for example, because the request failed before being sent) or a decision was not received.

The parameter is returned on the following requests:

* [POST Create a Direct Card PayIn](/api-reference/direct-card-payins/create-direct-card-payin)
* [POST Create a Recurring Card PayIn (CIT)](/api-reference/recurring-card-payins/create-recurring-payin-cit)
* [POST Create a Recurring Card PayIn (MIT)](/api-reference/recurring-card-payins/create-recurring-payin-mit)
* [POST Create a Preauthorization](/api-reference/preauthorizations/create-preauthorization)
* [POST Create a Preauthorized PayIn](/api-reference/preauthorizations/create-preauthorized-payin)
* [POST Create a Card Deposit Preauthorization](/api-reference/deposit-preauthorizations/create-card-deposit-preauthorization)
* [POST Create a Deposit Preauthorized PayIn](/api-reference/deposit-preauthorizations/create-deposit-preauthorized-payin)
* [POST Create a Web Card PayIn](/api-reference/web-card-payins/create-web-card-payin)
* [POST Create a Card Validation](/api-reference/card-validations/create-card-validation)
* [POST Create a Google Pay PayIn](/api-reference/google-pay/create-google-pay-payin)
* [POST Create an Apple Pay PayIn](/api-reference/apple-pay/create-apple-pay-payin)

It is also returned on the objects obtained via the GET endpoints:

* **GET View a PayIn** (for pay-in types above)
* [GET View a Preauthorization](/api-reference/preauthorizations/view-preauthorization)
* [GET View a Deposit Preauthorization](/api-reference/deposit-preauthorizations/view-deposit-preauthorization)
* [GET View a Card Validation](/api-reference/card-validations/view-card-validation)
