Overview
Last updated
Last updated
Zūm Rails provides two environments to make API requests - a sandbox environment for testing, and a live environment where payments are processed.
Sandbox
Production
The two environments are separate and do not share information.
Production:
Live Portal: https://app.zumrails.com
Live API base URL: https://api-app.zumrails.com
Sandbox:
Sandbox Portal: https://sandbox.zumrails.com
Sandbox API base URL: https://api-sandbox.zumrails.com
All datetime fields are stored and returned as UTC format;
All API requests must pass the header Content-type: application/JSON;
API Structure
All API endpoints return the same response, containing 4 important pieces of information:
statusCode
The http status code
message
A message describing if the response was successful
isError
true/false to indicate if the request was successfully processed
result
The json response for your API call
responseException
In case the isError is true, the exception indicating the problem
Follow these steps to quickly get started with the Zūm Rails API:
Once you have access to your sandbox portal:
Login in your sandbox portal, navigate to Settings -> Webhook & API Settings. Grab your API username and password
Download and install the Postman app
Install the Zūm Rails Postman Collection. Click the "Run in Postman" button below to install
In Postman find the endpoint /Authorize, paste your API username and password and it's all set.
All datetime fields are stored and returned in UTC format.
All API requests must pass Content-type: application/json
in the header.
All API endpoints return a response containing 4 important pieces of information:
statusCode
The HTTP status code.
message
A message describing if the response was successful.
isError
true
or false
to indicate if the request was successfully processed.
result
The JSON response for the API call.
responseException
When isError
is true
, the exception message indicating the problem.
To get started with the Zūm Rails API:
Login in the sandbox portal.
Navigate to Settings -> Webhook & API Settings page, and copy the API username and password.
Download and install the Postman app.
For your region, click the "Run in Postman" button below to install the Zūm Rails Postman Collection.
Open the Postman Collection, find the endpoint /Authorize
, and paste your API username and password.
Canada
United States