...
Developer Portal: A web tool for Developers and Businesses to explore the Prepaid Technologies offerings and subscribe to PT products.
Product: It contains one or more APIs as well as a usage quota and the terms of use. Once a product is published, developers can subscribe to the product and begin to use the product's APIs.
Feature: The underlying card program that enables a business to create Instant cards.
API: Mobile and/or online banking applications that cardholders use to manage their accounts.
Dashboard
Getting a business_id
Feature is a business functionality to the end-user. Set of PT APIs need to be called in the correct order to implement a Feature in the client application.
API: It stands for 'Application Programming Interface'. PT API enables our clients to create financial applications that access the features or data of Prepaid Technologies.
Developer Portal
Before using PT API to create financial products, enroll your business through our DashboardDeveloper Portal, and get a
business_id
.
Subscription details - Primary key and Secondary key.
Developer portal URL | |
Gateway URL | |
Virtual IP (VIP) addresses | 40.86.88.107 |
Master Funds Account
Galileo Prepaid Technologies creates a master funds account for every business that enrolls in InstantPT API. This account can be used to instantly fund cardholder accounts, enabling a wide variety of product use cases. The
account_id
, balance, account number, routing numbers, and transactions for the master funds account are available in our Dashboard.
Creating a Product
Products are fundamental for creating Instant cardholders. Use our Dashboard to create and manage your products.
Instant API
Creating API keys
Before integrating with the Instant API, you must create an account in our Dashboard and generate an API key. Once you have a key, you can exchange it for an
access_token
. An access_token
is required for all subsequent API requests.
API Hosts
SandboxProduction
...
.
...
API Protocols
The Instant PT API uses POST requests to communicate and HTTP response codes to indicate status and errors. All requests must include a
...
Cardholders need a way to manage their accounts. This includes viewing balances, tracking spending, and accessing monthly statements. Digital banking is how we describe any user interface that provides these functions for cardholders.Instant Mobile Banking is an out-of-the-box digital banking solution available for businesses. Custom interfaces are also supported but may be subject to approval by Galileo and our bank partner.
Parent-Client Hierarchy
Group Level
Client Level
Program Level
...