Fidel API - Source Code
The Fidel API retrieves global payment data in real-time. With the API, developers can implement cards, offers, locations, and transactions into applications. They can authenticate with an API Key to make calls that will display JSON formats in return.

- Versions
- SDKs (0)
- Articles (2)
- How To(0)
- Source Code(10)
- Libraries(0)
- Developers (0)
- Followers (3)
- Changelog (3)
Sample Source Code (10)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | Fidel Webhook Curl Sample Code | The Fidel Webhook Curl Sample Code demonstrates how to get a webhook to interact with the API and access payment and transaction features in real-time. |
![]() | Fidel Test Curl Sample Code | The Fidel Test Curl Sample Code demonstrates how to create a transaction that includes amount, cardID, and locationID. Developers can access the API with API Keys. |
![]() | Fidel Offer Curl Sample Code | The Fidel Offer Curl Sample Code demonstrates how to create an offer that includes country code, name, publisherID, brandID, start date, and type. |
![]() | Fidel Card Curl Sample Code | The Fidel Card Curl Sample Code demonstrates how to create a card for payment purposes. The card details include number, expiration month, expiration year, country code, and terms of use. |
![]() | Fidel Location Curl Sample Code | The Fidel Location Curl Sample Code demonstrates how to create a location that includes address, brandID, city, country code, and postcode. |
![]() | Fidel Program Curl Sample Code | The Fidel Program Curl Sample Code demonstrates how to create a program. Developers can authenticate with a Key and give custom values. |
![]() | Fidel Brand Curl Sample Code | The Fidel Brand Curl Sample Code demonstrates how to include a brand logo when accessing the API. Developers can use API Keys to authenticate. |
![]() | Fidel Pagination Curl Sample Code | The Fidel Pagination Curl Sample Code demonstrates how to use the cursor-based pagination via the start and last parameters. The API can return a maximum of 100 objects request. |
![]() | Fidel Dates Curl Sample Code | The Fidel Dates Curl Sample Code demonstrates how objects created include date properties. Dates are encoded as strings following the ISO 8601 standard. |
![]() | Fidel Curl Sample Code | The Fidel Curl Sample Code demonstrates how to authenticate the API with API Keys that are available in test mode and live mode. The APIs can be found on the account page of the FIDEL dashboard. |