Postman Collections
Ready-to-use Postman collections to explore and test every Infinia API product.
Overview
Use our Postman collections to explore and test the Infinia API without
writing a line of code. Every request comes with an example payload
pre-filled and Basic Auth pre-configured through environment variables.
You can download a single collection covering the whole API, or individual
collections per product.
Run in Postman
The fastest way to get started — fork the complete API collection straight
into your Postman workspace:
Downloads
Prefer working with files? Complete API — all products in one collection:
infinia-api.postman_collection.json
Or pick individual products:
| Product | Collection |
|---|---|
| Accounts | accounts.postman_collection.json |
| Audits | audits.postman_collection.json |
| Bank Account Validation | bank-account-validation.postman_collection.json |
| Claims | claims.postman_collection.json |
| Identity Validation | identity-validation.postman_collection.json |
| Onboarding | onboarding.postman_collection.json |
| Payins | payins.postman_collection.json |
| Payouts | payouts.postman_collection.json |
| Webhooks | webhooks.postman_collection.json |
All collections share a single environment template for your credentials:
infinia-sandbox.postman_environment.json
Import into Postman
- Download the collections you need plus the Sandbox environment above.
- In Postman, click Import and drop the downloaded files.
- Select the Infinia API — Sandbox environment and set
basicAuthUsername/basicAuthPasswordto your API credentials. - Replace the placeholder values in the request you want to try and hit Send.
Sandbox firstCollections point to the sandbox environment (
app2test.infiniaweb.com) by
default. To target production, edit the collection'sbaseUrlvariable and
replaceapp2test.infiniaweb.comwith the production URL provided with your production credentials.See Testing in Sandbox
for magic values you can use to simulate deposits, payouts, and failure
scenarios without moving real funds.
Updated about 5 hours ago

