Fidel API icon

Fidel API

Card-linked offers and transaction platform for programs, brands, offers, locations, MID requests, and event webhooks.

Suited to loyalty and rewards apps that link payment cards to programs, configure offers and locations, request merchant IDs, and listen for transaction webhooks.

Sign in to connect Fidel API

Sign in to connect an account and start using Fidel API in your apps.

Example Use Cases

These are example ways Snow can use Fidel API when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Brand

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

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

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 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.

Create Offer

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

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

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

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

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

Delete Program Webhook

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.