Overview
API Endpoints
This API reference provides detailed information about Fraudio's API endpoints and how to interact with them.
To interact with our API, as mentioned in the Quickstart, you can send HTTPS requests to our central API URL. You can send these requests to the Fraudio root URL (api.fraudio.com
) with the route /v1/{ENDPOINT}
:
https://api.fraudio.com/v1/{ENDPOINT}
The central API is comprised of several endpoints:
- Fraud Score Endpoint: This endpoint consumes real-time payments and produces fraud scores and recommendations.
- Post-Authorization Backfill Endpoint: This endpoint consumes post-authorization payment data.
- Chargebacks Endpoint: This endpoint consumes chargebacks and other fraud notifications/reports.
- Inter-Account Transfers Endpoint: This endpoint consumes credit transfers between known wallets and/or bank accounts.
- Account Bank Transfers Endpoint: This endpoint consumes transfers in and out of wallets and/or bank accounts.
- Merchant Evaluations Endpoint: This endpoint consumes feedback about the merchant fraud scores.
- Merchant Account Information Endpoint: This endpoint consumes merchant metadata.