Make money programmable: Fidel API enables developers to build transformative experiences on top of payment cards.
Go to siteThe Fidel API allows you to link credit and debit cards to specific offers or programs, track transactions in real-time, and receive event-driven data. It's a powerful tool for creating loyalty and reward programs, providing insights into customer spending patterns, and automating financial operations. With Pipedream, you can craft workflows that leverage Fidel API's capabilities to trigger actions, sync data, and connect with other apps for enhanced automation.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
fidel_api: {
type: "app",
app: "fidel_api",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.fidel.uk/v1/programs`,
headers: {
"Content-Type": `application/json`,
"Fidel-Key": `${this.fidel_api.$auth.api_key}`,
},
})
},
})
Transaction-Based Rewards Notifications: When a customer makes a qualifying purchase with a linked card, you can use Fidel API with Pipedream to trigger an email or SMS, via SendGrid or Twilio, notifying them of the rewards they've earned. This keeps customers engaged and encourages repeat business.
Real-Time Spending Dashboards: Sync transaction data from Fidel API to Google Sheets or a database like PostgreSQL on every new transaction. Use this data to power real-time dashboards that monitor spending patterns, reward redemptions, and program effectiveness.
Automated Expense Tracking: For each transaction made on a company card, you could trigger a workflow that classifies the expense, creates a record in an accounting app like QuickBooks, and notifies the finance team via Slack or email. This streamlines expense management and ensures timely record-keeping.
Creates a new card-linked program in the Fidel API. See the documentation
Allows for the removal of a previously linked card from the Fidel API. See the documentation
Links a new card to the Fidel API for monitoring transactions. See the documentation
Fidel API uses API keys for authentication. When you connect your Fidel API account, Pipedream securely stores the keys so you can easily authenticate to Fidel API APIs in both code and no-code steps.
To retrieve your API Key,