Add-ons
With Fidel API’s core products as your foundation, apply modular add-ons to complement your offering. Use add-ons to evolve the user experience, get to market faster and more.
Reimbursement
Reimburse customers easily, quickly and more securely than ever before with direct payments onto linked cards.
- Improve the customer experience by reimbursing cash directly onto linked cards.
- Eliminate the need to handle other personal identifiable data, such as bank account.
- Save time and resources by automatic approvals, tracking and issuing of reimbursements to users once a claim is filed.
- Available now in the US for debit and credit cards by Visa© and Mastercard©
Transaction object with reimbursement
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
{
"id": "7fdfd5d8-9589-402f-8477-4a727ad239a2",
"accountId": "4ed4b62b-aa4c-43a1-8064-da6d1368e17a",
"programId": "6e38aa0c-b7ef-46bd-b1bd-c07c648d9cba",
"datetime": "2021-08-20T11:11:11",
"created": "2021-08-20T11:11:11.000Z",
"updated": "2021-08-20T11:11:11.000Z",
"auth": true,
"cardPresent": null,
"cleared": true,
"amount": 5,
"currency": "USD",
"wallet": null,
"card": {
"id": "bc538b71-31c5-4699-840a-6d4a08693314",
"firstNumbers": "555500",
"lastNumbers": "5001",
"scheme": "visa",
"metadata": {
"customKey1": "customValue1",
"customKey2": "customValue2"
}
},
"brand": {
"id": "9d136f2e-df99-4a08-a0a5-3bc1534b7db9",
"name": "Starbucks",
"logoUrl": null
},
"location": {
"id": "7a916fbd-70a0-462f-8dbc-bd7dbfbea160",
"address": "5th Avenue",
"city": "New York",
"postcode": "10016",
"countryCode": "USA",
"timezone": "America/New_York",
"geolocation": {
"latitude": 43.9168069,
"longitude": -73.3044301
},
"metadata": {
"customKey1": "customValue1",
"customKey2": "customValue2"
}
},
"offer": null,
"identifiers": {
"MID": "123456789",
"mastercardTransactionSequenceNumber": "0000000000000",
"mastercardRefNumber": "AABBCCDDE",
"amexApprovalCode": "AA00BB",
"visaAuthCode": "000000",
"mastercardAuthCode": null
},
"reimbursement": {
"amount": 2.55,
"created": "2021-09-30T11:11:11.000Z",
"creditsTransactionId": "1250ab5a-0661-4a06-a40c-8514093a9241",
"description": "Earned Stars",
"status": "issued",
"token": "a7ee9fb5-a6dc-4558-9d03-615fca6033b4"
}
}
Offers
Create and manage card-linked offers with a variety of retailers - all in one place.
- Partner with more businesses on card-linked offers and promotions.
- Access and manage all offers information on one platform.
- Understand buyer behaviour by tracking transactional data across all offers in real time.
Offer object
12345678910111213141516171819202122232425262728293031323334353637
{
"id": "49b407ef-508a-432b-900c-a04e5e6ac86c",
"additionalTerms": "none",
"brandId": "e4928475-6a39-41e6-8484-951202d43de9",
"brandName": "Starbucks",
"brandLogoURL": "https://starbucks.com/logo.png",
"countryCode": "USA",
"created": "2018-10-19T12:12:00.000Z",
"currency": "USD",
"daysOfWeek": [0,1,2,3,4,5,6],
"endDate": "2019-06-24T13:13:00.000Z",
"feeSplit": 70,
"locationsFile": "./all_locations.csv",
"locationsTotal": 240,
"maxRedemption": 1000,
"maxRedemptionCounter": 730,
"minTransactionAmount": 150,
"name": "20% Off Everything",
"performanceFee": 4,
"priority": 1,
"programId": "f446d575-d8c2-4a9e-8e12-ffd970d1a6t",
"publisherId": "d346d574-d5c2-4a0e-8e02-ffd713fd1a9d",
"returnPeriod": 30,
"schemes": [
"amex",
"mastercard",
"visa"
],
"startDate": "2018-10-19T00:00:00.000Z",
"status": "ACTIVE",
"type": {
"name": "discount",
"value": 20
},
"updated": "2018-10-19T12:12:00.000Z",
"userId": "82c5a9ed-5301-46ab-8599-6bcb0d017cc6"
}