developer tools

Add Fidel API to your AI agent

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.

Things your agent can do in Fidel API
39

Things your AI can do in Fidel API

Your FormWise AI can handle any of these in Fidel API — on its own, without you needing to click a button.

  • Create Brand

    Popular

    Create a new brand in Fidel API. Use this action to register a brand with a unique name. Brands are independent of Programs and can be reused between different programs. Once created, the brand can be associated with locations and offers. Returns the created brand object with its unique ID and timestamps.

  • Create Brand Webhook

    Popular

    Tool to create a webhook at the brand level for receiving real-time event notifications. Use when you need to be notified of brand-related events, such as when brand consent is approved. In test mode, the webhook triggers immediately after creating a brand; in live mode, it triggers when the brand user approves the consent request.

  • Create Location

    Popular

    Create a new location for a program in Fidel API. Use when you need to add a physical store or merchant location to track card transactions at that specific address.

  • Create Offer

    Popular

    Create a new offer in Fidel API. Use this to set up promotional offers with reward configurations (fixed amount or percentage discount) for specific brands and countries. The offer will be associated with your publisher account and can be activated by customers.

  • Create Program

    Popular

    Creates a new card-linked loyalty program in Fidel. A Program is the parent object for tracking card transactions - all Cards, Locations, Webhooks, and Transactions are linked to a Program. Use this before adding cards or locations.

  • Create Program Webhook

    Popular

    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.

  • Delete Location

    Popular

    Tool to delete a location by its ID. Use after confirming the correct location ID. The operation is idempotent - deleting an already-deleted location returns success.

  • Delete Offer

    Popular

    Tool to delete a specified offer by its ID. Use after confirming the correct offer ID.

  • Delete Program Webhook

    Popular

    Permanently deletes a webhook by its ID. This is a destructive operation that cannot be undone. The webhook will immediately stop receiving event notifications. Use List Program Webhooks first to get the webhook ID if needed.

  • Get Brand

    Popular

    Tool to retrieve information about a specific brand. Use when you have a brand ID and need its details.

  • Get Location

    Popular

    Tool to retrieve details of a specific location by its ID. Use when you have a location ID and need its full details.

  • Get MID

    Popular

    Tool to retrieve details of a specific MID (Merchant ID). Use when you have a program ID and MID ID to get full MID details.

Show 27 more things it can do
  • Get Offer

    Popular

    Retrieves detailed information about a specific offer by its unique ID. Use this tool when you need to: - Get full details about a known offer (reward type, value, dates, etc.) - Verify offer status (active, expired, requests) - Check offer configuration (schemes, days of week, transaction limits) - View brand and location information for an offer Returns comprehensive offer details including reward configuration, eligibility criteria, and metadata.

  • Get Program

    Popular

    Tool to retrieve details of a specific program. Use when you have a program ID and need its full details.

  • Get Transaction

    Popular

    Tool to retrieve details of a specific transaction by its ID. Use when you need to get complete information about a card-linked transaction including amount, currency, timestamp, and associated metadata.

  • Get Webhook

    Popular

    Retrieve details of a specific webhook by its unique identifier. Use this tool when you need to inspect webhook configuration, verify its URL, check the subscribed event type, or obtain the secret key for signature verification.

  • Link All Program Locations to Offer

    Popular

    Tool to link all brand locations in a program to an offer. Use when you need to associate all locations from a specific program with an offer, making the offer available at all those brand locations.

  • Link Location to Offer

    Popular

    Link a location to an offer in Fidel API. Use this action to associate a specific location with an offer, making the offer available at that location. Once linked, transactions at the location will be eligible for the offer's rewards.

  • List Brands

    Popular

    Retrieves a paginated list of all brands associated with your Fidel API account. Use this tool to: - Get an overview of all brands in your account - Retrieve brand IDs for use in other operations (e.g., getting locations, creating offers) - Paginate through large sets of brands using the cursor-based pagination Returns brand details including name, ID, consent status, and live/test mode indicator.

  • List Cards

    Popular

    List all payment cards linked to a Fidel program. Returns card details including scheme (visa/mastercard/amex), last 4 digits, expiry date, and country. Use this to view which cards are enrolled in a loyalty/rewards program. Requires a valid programId - use list_programs first if you don't have one.

  • List Cards with Active Offer

    Popular

    List all payment cards that have activated a specific offer. Returns card details for cards enrolled in the offer, including activation status and timestamps. Use this to track which cards are participating in a specific loyalty offer. Requires a valid offerId - use list_offers first if you don't have one.

  • List Locations

    Popular

    Tool to list all locations for a program. Use when you need to retrieve paginated store locations within a specific program.

  • List Locations by Brand

    Popular

    Tool to list all locations for a specific brand within a program. Use when you need to retrieve locations filtered by both brand and program IDs with optional pagination, status, and postcode filters.

  • List Locations by Offer

    Popular

    Tool to list all locations linked to a specific offer. Use when you need to retrieve locations where an offer is valid or active.

  • List MIDs

    Popular

    Tool to list all MIDs (Merchant IDs) for a program. Use when you need to retrieve merchant IDs associated with a specific program for transaction tracking or location management.

  • List Offers

    Popular

    List all offers in the Fidel API. Retrieves offers associated with the account, optionally filtered by brand. Returns offer details including type (amount/discount), validity period, card schemes, and activation settings.

  • List Program Webhooks

    Popular

    Tool to list all registered webhooks for a specific program. Use when you need to retrieve existing webhooks after confirming the programId.

  • List Programs

    Popular

    List all Fidel programs in your account. Use this to retrieve programs for card-linking, loyalty, or reward systems. Supports pagination via the 'start' parameter using cursors from previous responses. Returns program details including name, type, status, and sync state.

  • List Transactions

    Popular

    List transactions for a Fidel program with optional filtering and pagination. Use this tool to retrieve card-linked transaction data for loyalty, rewards, or analytics purposes. Requires a valid programId.

  • Unlink Location From Offer

    Popular

    Tool to unlink a location from an offer by removing the location association. Use after confirming the correct offer ID and location ID.

  • Update Brand

    Popular

    Update an existing brand's details in Fidel API. Use this to modify websiteURL, logoURL, or metadata for a brand. The brand name cannot be changed after creation. Requires a valid brand ID from get_brand or list_brands.

  • Update Offer

    Popular

    Updates specific properties of an existing offer. Use this when you need to modify offer details such as name, dates, transaction amounts, terms, or metadata. At least one field must be provided to update. Returns the complete updated offer object with all current properties.

  • Update Program

    Popular

    Updates a Fidel API program's properties. Can modify name (4-50 chars), icon (emoji in :name: format), iconBackground (HEX color), metadata (key/value pairs, max 2KB), or status ('syncing' for live programs only). Requires a valid program ID obtained from list_programs or create_program.

  • Update Webhook

    Popular

    Tool to update an existing webhook's configuration. Use when you need to change the webhook URL or event type. The event field is required even when updating.

  • Create MID Request

    Tool to create a new MID (Merchant ID) request for a specific program and location. Use when you need to onboard a new MID or reassign an existing MID to a location.

  • Get MID Request

    Tool to retrieve details of a specific MID request. Use when you have a program ID and MID request ID and need to check the status or details of a Merchant ID request.

  • List Cards By Metadata

    Tool to list payment cards filtered by metadata ID. Use when you need to retrieve all cards that share a specific metadata identifier. Returns card details including scheme, last 4 digits, expiry date, and country. Useful for segmenting cards by custom tags or user groups.

  • List MID Requests

    List all MID (Merchant ID) requests for a specific program. Use when you need to retrieve MID requests associated with a program for card-linking operations. Supports pagination via the 'start' parameter using cursors from previous responses.

  • List Missing Transaction Requests

    Tool to list all missing transaction requests for a specific program. Use when you need to retrieve reports of transactions that were expected but not recorded in the system.

Built for the way you actually work

No code, no engineers

Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.

Sounds like you, not like a bot

Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.

Plugs into the stack you already use

No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.

Your data stays yours

Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.

What you can do once Fidel API is connected

Onboard new clients without lifting a finger

When someone signs up, your AI greets them, sets up their next step in Fidel API, and keeps the momentum going — even at 2am.

Reply to leads in seconds, not days

Your AI watches Fidel API for new inquiries, answers questions in your voice, and books the call before they cool off.

Get your weekends back

Hand off the repetitive Fidel API work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.

How to connect Fidel API to your agent

  1. 1

    Start using FormWise for free

    Sign up in under a minute.

  2. 2

    Find Fidel API in your connected apps

    Inside FormWise, go to Settings → Connected Services and look for Fidel API.

  3. 3

    Hit "Connect"

    Click "Connect Fidel API" and log in like you normally would. We only ask for the permissions your AI actually needs.

  4. 4

    Tell your AI what to do in Fidel API

    Build a quick AI Agent (it's like writing instructions, not code), and pick the Fidel API actions you want your AI to handle.

  5. 5

    Watch it run

    Send it a real-world task and watch your AI take care of Fidel API for you. Tweak the wording until it feels just right.

Powered by the AI you already trust

Your Fidel API workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.

  • OpenAI
  • Anthropic Claude
  • Google Gemini

Questions other Fidel API users had before signing up

Do I need to know how to code?

Not even a little. If you can use Fidel API today, you can set this up. You'll connect Fidel API, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.

Will my clients know they're talking to an AI?

Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.

Can I make it sound like me?

Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.

What if I want to take over a conversation?

You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.

Is my client data safe?

Yes. Your Fidel API login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Fidel API or delete everything any time.

What happens when Fidel API updates their app?

We handle it. When Fidel API adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.

How fast can I actually get this running?

Most people are up and running the same day they sign up. Connecting Fidel API takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.

What is FormWise?

FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Fidel API — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.

Can I sell AI agents to my clients?

Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.

Can I embed my AI on my website or in my course?

Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.

Do I need to know anything about AI to use this?

No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.

About Fidel API on FormWise

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.

Connect Fidel API once and your FormWise AI gets 39 things it can do inside it. That means your AI can handle the Fidel API work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.

You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.

New to Fidel API? Take a look at fidelapi.com.

Stop doing the Fidel API work yourself

Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.