# Tutorials and Guides
source: https://developer.mastercard.com/fld-fraud-submission/documentation/tutorials/index.md

## Guides {#guides}

### Account and Project Creation {#account-and-project-creation}

Getting started on Mastercard Developers is easy. You just need an account, then you can begin accessing documentation, and creating projects. While following the guide, ensure that you select Confirmed Fraud API service when creating your project.  

For more information, refer to [Quick Start Guide](https://developer.mastercard.com/fld-fraud-submission/documentation/quick-start-guide/index.md).

### Confirmed Fraud Guides {#confirmed-fraud-guides}

Note: Every Issuer or Processor should get onboarded on MC Connect and get provisioned for account ranges to submit fraud records. ![](https://static.developer.mastercard.com/content/fld-fraud-submission/mc-icon-library/mc_icon_Contract_orng.svg)
Customer Onboarding Guide

Covers the onboarding steps to use the Confirmed Fraud API Service in MTF and Production.


[Learn more](https://developer.mastercard.com/fld-fraud-submission/documentation/customer-onboarding-guide/index.md)
![](https://static.developer.mastercard.com/content/fld-fraud-submission/mc-icon-library/mc_icon_Peer-To-Peer_orng.svg)
MC Connect Onboarding Guide

Covers the essential steps to onboard and gain access to MC Connect.


[Learn more](https://developer.mastercard.com/fld-fraud-submission/documentation/getting-onboarded-on-mc-connect/index.md)

## Tutorials {#tutorials}

### Generating a Mastercard API Client {#generating-a-mastercard-api-client}

You can use open-source tools, such as the [OpenAPI Generator](https://openapi-generator.tech), with the provided [API Reference](https://developer.mastercard.com/fld-fraud-submission/documentation/api-reference/index.md), to generate an API client. When used with the provided [client authentication libraries](https://developer.mastercard.com/platform/documentation/security-and-authentication/using-oauth-1a-to-access-mastercard-apis/), and if applicable, [client encryption libraries](https://developer.mastercard.com/platform/documentation/security-and-authentication/securing-sensitive-data-using-payload-encryption/#client-libraries), this approach is an agile and powerful way to get started with real code to access the service.

We have provided a tutorial that walks you through how to generate a Mastercard API client that includes integrating with our provided libraries. For the step-by-step tutorial, refer to [Generating and Configuring a Mastercard API Client](https://developer.mastercard.com/platform/documentation/getting-started-with-mastercard-apis/generating-and-configuring-a-mastercard-api-client/).
