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.

Example Use Cases

These are the Fidel API actions Snow can use when building apps with you. Connecting an account does not make Snow run these 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 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.

Get Brand

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