Fiserv Omaha Optis
Here’s the list of Fiserv API in the Quavo FW today.
The links below will take you to Fiserv’s API page which has details on the API including a sample request and response along with field descriptions.
API | Description | Stage - Process API is used | Endpoint |
---|---|---|---|
Gets customer list | Collect - Customer Search | customer/v4/inquiry | |
Gets account data | Collect - Account Selection | account/v4/search | |
Sends report to security master file | Execute - Account Maintenance | account/v4/securityReport | |
Gets transactions list | Collect - Dispute Transaction Analyze - Fees | statements/v2/dtl | |
Gets card authorizations | Collect - Dispute Transaction | authorizations/v2/cardAuth | |
Single entity block and reissue service | Execute - Account Maintenance | maintenance/v2/lostStolen | |
Generic block and reissue service | Execute - Account Maintenance | maintenance/v2/lostStolenSeparateEntity | |
Updates external status service | Execute - Account Maintenance | maintenance/v2/externalstatusupdate | |
Sets amount in dispute service | Execute - Account Maintenance | maintenance/v2/updateDisputeAmount | |
Removes amount in dispute service | Execute - Account Maintenance | maintenance/v2/removeDispute | |
Executes accounting service | Execute - Accounting | maintenance/v2/adjustmentTransaction |
Configuration
To configure a client for Fiserv, we’ll need the following settings configured in LoadFiservConfig:
FiservBaseEndpoint default value: https://cat-fs.fdcsoa.com/fs/
FiservCycle: M for STG/Default, C for Prod
FiservUser
FiservProcessorEntityType default value: false
Response Codes
HTTP Status Code | Description |
---|---|
| Successful request |
| Authorization failed due to missing or invalid credentials |
| Insufficient access for requested operation |
| Internal processes not related to client interaction with application are the cause of the failure |
| The request failed validation, modify the request and resubmit |
| ODS returned a message with transaction status ERROR |