# FraudSight
Request a risk assessment and prevent fraud with this standalone API.
__Authentication header__
```
Authorization: {your_credentials}
```
Replace `{your_credentials}` with your base64-encoded Basic Auth username and password given to you by your Implementation Manager.
You **must** use the `Authorization` header for any request you send to our FraudSight API.
__Accept and Content-Type headers__
```
Content-Type: application/vnd.worldpay.fraudsight-v1.hal+json
Accept: application/vnd.worldpay.fraudsight-v1.hal+json
```
We use the Accept header to identify which version of our API you are using. You must use the Accept header for any request you send to our FraudSight API.
We require the Content-Type header if the request you're sending includes a request body, and if the HTTP method is a POST or a PUT.
__DNS whitelisting__
Whitelist the following URLs:
* `https://try.access.worldpay-bsh.securedataplatform.com/`
* `https://access.worldpay-bsh.securedataplatform.com/`
Please ensure you use DNS whitelisting, not explicit IP whitelisting. When you make a request within Access Worldpay, you should always cache the response returned.
Version: v1
Metadata:
- category: ["Risk Assessments"]
- business: ["Enterprise"]
- catalog-list: true
- generated: false
## Servers
Test (Try)
```
https://try.access.worldpay-bsh.securedataplatform.com
```
Live
```
https://access.worldpay-bsh.securedataplatform.com
```
## Security
### BasicAuth
Type: http
Scheme: basic
## Download OpenAPI description
[FraudSight](https://developer.worldpay-bsh.securedataplatform.com/_bundle/products/fraudsight/@v1/openapi.yaml)
## Update
### Provide details of the payment outcome
- [POST /fraudsight/update/payment](https://developer.worldpay-bsh.securedataplatform.com/products/fraudsight/openapi/update/updatepayment.md): Provide payment outcome information.
__Note:__ This should only be provided if using a different gateway for the payment.
### Provide details of a payment that resulted in fraud
- [POST /fraudsight/update/fraud](https://developer.worldpay-bsh.securedataplatform.com/products/fraudsight/openapi/update/updatefraud.md): Provide payment fraud information.
### Provide details of a payment that resulted in a chargeback
- [POST /fraudsight/update/chargeback](https://developer.worldpay-bsh.securedataplatform.com/products/fraudsight/openapi/update/updatechargeback.md): Provide payment chargeback information.
## Other
### Fraud assessment
- [POST /fraudsight/assessment](https://developer.worldpay-bsh.securedataplatform.com/products/fraudsight/openapi/other/assessment.md): Request a risk assessment