Creating Real-Time Funding Accounts
This guide explains how to use the Create Account endpoint to set up RTF funding and RTF spending accounts. Read About Real-Time Funding for an explanation of these account types.
Related documentation:
- About Real-Time Funding — Explanation of what real-time funding is, with use cases.
- Testing Real-Time Funding in CV — How to run tests for RTF accounts
- Real-Time Funding Transaction Examples — How various RTF transaction types look in the ledger.
Create an RTF funding account
To create an RTF funding account, use one of these options:
- Use the account-creation functionality in the CST.
- Call the Create Account endpoint. Do not use any other endpoint. Go to Creating an Account for general instructions on populating the call and consult the table below for RTF funding–specific information.
Parameter | Value |
---|---|
Name fields | Optional. You can provide a user-friendly name for the account. Galileo will not validate these values. |
Address fields | Optional. You can provide an address for your own accounting purposes. Galileo will not validate these values. |
prodId | Required. ID of an RTF funding product |
loadAmount | Optional. Amount to load into the account. Only populate if you have already set up a master funding account that will supply funds to RTF funding accounts. If you do not load funds at this time, you can later load funds into the funding account using Create ACH Transaction or Create Payment. |
loadType | Optional. Consult the curated list of otypes provided to you by Galileo Finance. Required when loadAmount is populated. |
loadFromAccountNo | Optional. PRN of a source account for the funds. Required when loadAmount is populated. |
externalAccountId | Optional. A user-provided, alternative identifier for this account. Galileo will not validate this value. |
An RTF funding account must be in status: N
to fund RTF spending accounts. Any other status prevents the automated funds transfer between funding and spending accounts. However, these non-active statuses may permit ACH transfers and manual adjustments into or out of the RTF funding account. Consult Account Statuses to see what each status permits.
Create an RTF spending account
You have these options for creating a spending account:
- In the CST, go to the RDF funding account's page. At the bottom of the left navigation, expand the Real Time Funding tab and select Create Spending Account.
- Begin enrollment with the Start Enrollment endpoint, then create the account and card with the Complete Enrollment endpoint. Use this method when you do not want to create an account until after the cardholder's identity has been verified.
- Call the Create Account endpoint. Use this method for most cases. Go to Creating an Account for general instructions on populating the call, especially if using Galileo CIP, and consult the table below for RTF spending-specific information.
Parameter | Value |
---|---|
Name parameters | Required. Provide the name of the person to whom the card will be issued. This name will be printed on the card. |
prodId | Required. ID of an RTF spending product. |
externalAccountId | Optional. A user-provided, alternative identifier for the account. |
embossLine2 | Optional. Text to be printed under the cardholder name, such as the company name. |
fundingAccountNo | Required. The PRN of the RTF funding account. This value cannot be changed after it is set. |
Managing Real-Time Funding
Although RTF accounts have many similarities with conventional accounts, there are some differences, as shown in the sections below.
Viewing RTF accounts
When you create an RTF funding account or an RTF spending account, that account will be included in the Customer Master RDF and the Account Card RDF (RTF spending account only). However, there is no field in the RDFs to link the spending and funding accounts.
To see which RTF funding account is associated with an RTF spending account, you have these options:
- Retrieve the PRN with the Get RTF Account Relationship endpoint.
- Capture the PRN of the RTF funding account in the
fund_pmt_ref_no
field in Events API webhook messages. - Go to the landing page for the spending account in the CST.
To see which RTF spending accounts are associated with an RTF funding account, you can either:
- Use the Get RTF Account Relationship endpoint.
- In the CST, on the RTF funding account page, at the bottom of the left navigation, expand the Real Time Funding tab and select the list of spending accounts.
To check the balance of an RTF funding account, you can:
- Capture the
fund_pastotb
value in the Events API webhook messages. - View the balance on the RTF funding account's landing page in the CST. On the landing page for a spending account you can also see the RTF funding account's balance.
- Call the Get Balance endpoint with the PRN of the RTF funding account as the
accountNo
.
Viewing RTF transactions
To identify the transfers between the RTF funding account and RTF spending accounts, Galileo has created these otypes (transaction types). All transfers are adjustments (act_type: AD
).
FY
— RTF funding account transfer to RTF spending account at the time of authorization.SY
— RTF spending account transfer from RTF funding account at the time of authorization.FZ
— RTF funding account transfer to RTF spending account at a time other than authorization. This code may indicate either a credit or a debit to the spending account.SZ
— RTF spending account transfer from RTF funding account at a time other than authorization. This code may indicate either a credit or a debit to the spending account.
The funding transactions are visible as follows:
- Program API response — Get All Transaction History returns all funding transfers as well as authorizations and settlements. Other endpoints that return transactions (Get Transaction History, Get Authorization History, Get Account Overview) return the authorizations and settlements for RTF spending accounts but not the funding transactions.
- CST — The All Transactions screen has a control to show or hide the funding transactions.
- Posted Transactions RDF
- gAnalytics
Note
See Real-Time Funding Transaction Examples to see how the funding transactions interact with various transaction types.
Setting limits on RTF accounts
When you set up your RTF spending product, you set velocity limits for the product (amount per transaction, amount per week) as well as MCC and merchant ID limits. To set these same limits on a per-account basis, use Galileo's Account-Level Authorization Controls.
On the RTF funding product you can set up limits for ACH and Program API transfers.
Events API
The same Authorization Events and Settlement Event webhooks are sent for the RTF spending account transactions as for conventional transactions, such as BAUT: auth
, DAUT: denied_auth
, and SETL: setl
.
However, you will have new fields enabled for those messages:
fund_pastotb
— The available balance in the funding account, after the current transaction has taken place. This value is not available for denied authorizations.fund_pmt_ref_no
— The PRN of the RTF funding account associated with the RTF spending account.
No event webhooks are sent for transfers between the RTF funding account and the RTF spending accounts.
Closing an RTF spending account
You can close an RTF spending account the same way that you close a conventional card account, using Modify Status. If you select a type
that closes related accounts, the RTF funding account is not affected.
Closing an RTF funding account
When you close an RTF funding account, all of the associated RTF spending accounts become unusable—all authorization requests are denied because the available balance for the cards is 0.00 but no funds can be added to the accounts at authorization time.
Warning
You cannot migrate RTF spending accounts to a different RTF funding account.
To close an RTF funding account, call Modify Status with the desired type
:
2
— Change status toD
(deactivated)13
— Change status toC
(canceled)16
or20
— Change status toZ
(canceled without refund)
RTF accounts and other Program API endpoints
The behavior of some other Program API endpoints is slightly different with RTF accounts:
- Get Related Accounts — Cannot be used to show the relationships between RTF funding and RTF spending accounts; instead, use Get RTF Account Relationship.
- Add Account — Cannot be used to create an RTF funding account. Can be used to create an RTF spending account or to add accounts to an RTF spending account, but the balance cannot be shared.
- Switch Product — Cannot be used on RTF funding accounts. For RTF spending accounts, the
prodId
must be another RTF spending product. If an invalid switch is attempted, the endpoint returns status code 590-02 (Product cannot be switched to an unauthorized product). - Add Card — Cannot be used to add cards to an RTF funding account. Can be used to add a card to an RTF spending account.
- Modify Status — Some of the values of
type
have different behavior with RTF accounts:- A
type
such as 2, 13, 16 and 20 cancels a card and/or its account, plus related accounts. When an RTF spending account is canceled in this manner, the RTF funding account is not affected. - A
type
that affect cards, such as reissue, freeze/unfreeze or lost/stolen, cannot be used on RTF funding accounts.
- A
- Get Account Overview, Get Transaction History — For an RTF spending account, only the authorizations and settlements are returned, as well as conventional payments and adjustments. The RTF funding transactions are not returned. For an RTF funding account, all of the funding transfers (
FY
,FZ
) are returned as well as other payments and adjustments. - Get All Transaction History — For an RTF funding account all funding transfers (
FY
,FZ
) are returned as well as other payments and adjustments. For an RTF spending account, all transactions including the funding transfers (SY
,SZ
) are returned.- To all three transaction-retrieval endpoints there will be a new field added in the response, depending on whether the
accountNo
is an RTF funding or RTF spending account: spending_account_prn
— Contains the PRN of the associated RTF spending account forFY
andFZ
transactions.funding_account_prn
— Contains the PRN of the associated RTF funding account forSY
andSZ
transactions.
- To all three transaction-retrieval endpoints there will be a new field added in the response, depending on whether the
Updated 2 months ago