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.
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.
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.
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.
Tool to delete a specified offer by its ID. Use after confirming the correct offer ID.
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.
Permanently delete a webhook by its ID. Use this to remove webhook endpoints that are no longer needed. The operation is idempotent - deleting an already-deleted webhook returns success (204 No Content).