Fiserv
Quick Start
- Sign up at fiserv.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Fiserv payment integration
| Provider ID | fiserv |
| Category | Card Processors |
| Website | fiserv.com |
Authentication
HMAC-SHA256
- raw_signature = api_key + client_request_id + timestamp + request_body_json
- signature = Base64(HMAC-SHA256(api_secret, raw_signature))
API Headers
- api-key: {api_key}
- authorization: {signature}
- auth-token-type: HMAC
- timestamp: {unix_timestamp_milliseconds}
- client-request-id: {UUID v4}
- content-type: application/json