Fidel API
Fidel API provides a developer-friendly, secure, and reliable API for businesses to link payment cards with mobile and web applications, enabling real-time transaction monitoring and event-based experiences.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Fidel API authenticates with an API key. Generate the credential in your Fidel API account, then paste it into FlyMyAI the first time an agent uses a Fidel API action.
Get your Fidel API credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Fidel API Secret Key | Your Fidel API secret key, used for authenticating API requests. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
FIDEL_API_CREATE_BRAND | Tool to create a new brand on fidel. use when you have brand details and need to register it. this tool sends a post request to /v1/brands with the provided brand data. | name |
FIDEL_API_CREATE_PROGRAM | Tool to create a new program. use when registering an offline or online store. use after confirming program name and any optional metadata. | name |
FIDEL_API_CREATE_PROGRAM_WEBHOOK | Tool to register a new webhook for program-related events. use when you need to receive real-time notifications for specific program events in your application. | programId, event, url |
FIDEL_API_DELETE_OFFER | Tool to delete a specified offer by its id. use after confirming the correct offer id. | offerId |
FIDEL_API_DELETE_PROGRAM_WEBHOOK | Tool to delete a specified webhook for a program. use when you need to remove a program webhook after confirming programid and hookid. | programId, hookId |
FIDEL_API_DELETE_WEBHOOK | Tool to delete a specified webhook. use when you need to remove a webhook by its id. | hookId |
FIDEL_API_GET_BRAND | Tool to retrieve information about a specific brand. use when you have a brand id and need its details. | brandId |
FIDEL_API_GET_OFFER | Tool to fetch details of a specific offer. use when you have an offer id and need its full details. | offerId |
FIDEL_API_GET_PROGRAM | Tool to retrieve details of a specific program. use when you have a program id and need its full details. | programId |
FIDEL_API_GET_WEBHOOK | Tool to retrieve details of a specific webhook. use when you have a webhook id and need its full details. | hookId |
FIDEL_API_LIST_BRANDS | Tool to list all brands. use when you need to retrieve a paginated list of all available brands. | - |
FIDEL_API_LIST_CARDS | Tool to list all cards for a specific program. use when you have a programid and need to retrieve associated card records. | programId |
FIDEL_API_LIST_LOCATIONS | Tool to list all locations for a program. use when you need to retrieve paginated store locations within a specific program. | programId |
FIDEL_API_LIST_OFFERS | Tool to list all offers. use when you need to retrieve offers after applying optional filters. | - |
FIDEL_API_LIST_PROGRAMS | Tool to list fidel programs. use when you need to retrieve available programs with optional pagination. | - |
FIDEL_API_LIST_PROGRAM_WEBHOOKS | Tool to list all registered webhooks for a specific program. use when you need to retrieve existing webhooks after confirming the programid. | programId |
FIDEL_API_LIST_TRANSACTIONS | Tool to list transactions. use when you need to page through and/or filter transactions. | - |
FIDEL_API_UPDATE_PROGRAM | Tool to update a program's name, icon, metadata, or status. use after confirming the program id and desired updates. | programId |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Fidel API!