We provide a single collection which makes testing all of our endpoints via postman really easy.
Postman Configuration Guide
The download button below will download:
- The API collection
fiserv.dev
which contains all our APIs in sub folders - An environment file
fiserv.dev
where you can edit variables like theURL
,API_KEY
andAPI_SECRET
Top tips
When you initially download the collection and environment,
No Environment
will be selected. Make sure you use the dropdown to selectfiserv.dev
as your environment. You will find this in the top right corner of the application.By default the environment comes configured using the sandbox variable presets (like
{{SANDBOX_URL}}
), to switch over to production just set the defaults (likeURL
) over to the 'PROD' equivalent, like{{PROD_URL}}
.We also recommend you only put sensitive data like api keys in the 'current value' column.
For additional help using environments on Postman visit: https://learning.postman.com/docs/sending-requests/managing-environments/.