|
| 1 | +# CyberSource.AuthenticationExemptionsApi |
| 2 | + |
| 3 | +All URIs are relative to *https://apitest.cybersource.com* |
| 4 | + |
| 5 | +Method | HTTP request | Description |
| 6 | +------------- | ------------- | ------------- |
| 7 | +[**authenticationExemptions**](AuthenticationExemptionsApi.md#authenticationExemptions) | **POST** /risk/v1/authentication-exemptions | Authentication exemptions service |
| 8 | + |
| 9 | + |
| 10 | +<a name="authenticationExemptions"></a> |
| 11 | +# **authenticationExemptions** |
| 12 | +> RiskV1AuthenticationExemptionsPost201Response authenticationExemptions(authenticationExemptionsRequest) |
| 13 | +
|
| 14 | +Authentication exemptions service |
| 15 | + |
| 16 | +A new CYBS branded service to connect to VISA’s REST API to enable Visa Transaction Advisor (VTA) as a standalone service for merchants to support PSD2/SCA adoption and exemptions processing startegy in Europe.VTA Provides intelligent risk data to merchants as inputs to their in-house fraud management tools for fraud mitigation on Visa transactions. |
| 17 | + |
| 18 | +### Example |
| 19 | +```javascript |
| 20 | +var CyberSource = require('CyberSource'); |
| 21 | + |
| 22 | +var apiInstance = new CyberSource.AuthenticationExemptionsApi(); |
| 23 | + |
| 24 | +var authenticationExemptionsRequest = new CyberSource.AuthenticationExemptionsRequest(); // AuthenticationExemptionsRequest | |
| 25 | + |
| 26 | + |
| 27 | +var callback = function(error, data, response) { |
| 28 | + if (error) { |
| 29 | + console.error(error); |
| 30 | + } else { |
| 31 | + console.log('API called successfully. Returned data: ' + data); |
| 32 | + } |
| 33 | +}; |
| 34 | +apiInstance.authenticationExemptions(authenticationExemptionsRequest, callback); |
| 35 | +``` |
| 36 | + |
| 37 | +### Parameters |
| 38 | + |
| 39 | +Name | Type | Description | Notes |
| 40 | +------------- | ------------- | ------------- | ------------- |
| 41 | + **authenticationExemptionsRequest** | [**AuthenticationExemptionsRequest**](AuthenticationExemptionsRequest.md)| | |
| 42 | + |
| 43 | +### Return type |
| 44 | + |
| 45 | +[**RiskV1AuthenticationExemptionsPost201Response**](RiskV1AuthenticationExemptionsPost201Response.md) |
| 46 | + |
| 47 | +### Authorization |
| 48 | + |
| 49 | +No authorization required |
| 50 | + |
| 51 | +### HTTP request headers |
| 52 | + |
| 53 | + - **Content-Type**: application/json;charset=utf-8 |
| 54 | + - **Accept**: application/hal+json;charset=utf-8 |
| 55 | + |
0 commit comments