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.devwhich contains all our APIs in sub folders - An environment file
fiserv.devwhere you can edit variables like theURL,API_KEYandAPI_SECRET
Top tips
When you initially download the collection and environment,
No Environmentwill be selected. Make sure you use the dropdown to selectfiserv.devas 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/.