-
Notifications
You must be signed in to change notification settings - Fork 1
/
tenant_api.json
28 lines (28 loc) · 1.42 KB
/
tenant_api.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"title": "Developer Portal",
"name": "DeveloperPortal",
"brand": "Fiserv",
"brandLogoURL": "https://raw.githubusercontent.com/fiserv-digital-tech/dev-portal/main/assets/images/Fiserv_Logo.jpg",
"solution": "Value Added Services",
"brandDescription": "Fiserv, Inc. is a global provider of payments and financial services technology solutions. The Company provides account processing and digital banking solutions, card issuer processing and network services, payments, e-commerce, merchant acquiring and processing, and the Clover cloud-based point-of-sale solution. The Company operates through three segments: Merchant Acceptance (Acceptance), Financial Technology (Fintech) and Payments and Network (Payments).",
"categories": [
{
"name": "businessTypes",
"value": "Business Types",
"subcategories": [
{
"name": "valueAddedServices",
"value": "Value Added Services"
}
]
}
],
"product": {
"featured": true,
"logoURL": "https://raw.githubusercontent.com/fiserv-digital-tech/dev-portal/main/assets/images/PORTAL-Logo.png",
"description": "To onboard properly into the Fiserv Developer Portal as a tenant each product must support these APIs so that we can retrieve product specific API specifications and documentation.",
"apiSpecification": "/v1/apis",
"layout": "/v1/layout",
"documentation": "/v1/docs"
}
}