Galileo Secured Credit Workflows
This guide contains workflows that illustrate the processes for creating and managing Galileo Secured Credit.
Secured credit account structure
This flowchart is an example of how you might structure new accounts for a Galileo Secured Credit product. Your Galileo representative can help you build a process that works in your own system. Steps are described below.

- A new customer requests a secured credit account.
- You send the Create Account endpoint to create the primary account.
- You send the Add Account endpoint to create the credit account and link it to the primary account.
- You send the Add Account endpoint a second time to create the secured credit account and link it to the primary account.
- Galileo sends you the
CAPP: app_completed
event for the primary account. - The account holder deposits funds into the secured credit account.
- You send the Set Credit Limit endpoint. This establishes the account credit line.
- Galileo sends the charge card to be embossed.
- The customer receives the charge card and requests to activate it.
- You send the Activate Card endpoint to activate the charge card.
Secured credit authorization and settlement
This flowchart illustrates how a Galileo Secured Credit transaction is authorized and settled. Steps are described below.

- An account holder makes a purchase over card network rails and the card network sends an authorization request.
- You or Galileo approve the authorization request based on the line of credit.
- If the authorization request is approved, Galileo places a hold for the authorized amount. The account holder’s available balance is reduced on the collateral account.
- Galileo sends the
BAUT: auth
event with the available balance in theopen_to_buy
field. - The card network sends the settlement batch file.
- Galileo directs the issuing bank to pay the card network.
- Galileo backs out the authorization hold and sends you the
SETL: setl
event. - The monthly invoice is sent to the account holder and the issuing bank receives repayment.
- If the account holder cannot pay down the credit line from the primary account, funds may be recovered from the collateral account.
Collateral account funds flow
These illustrate the movement of funds into and out of the collateral account, and the resulting credit limit adjustment. Steps are described below.
Move funds into the collateral account

- The account holder requests to move funds from one account into the collateral account.
- You send the Create Account Transfer request.
- Funds are transferred and the collateral account balance increases.
- You send Set Credit Limit to update the credit line based on the funds in the collateral account.
Move funds out of the collateral account

- The account holder requests to move funds out of the collateral account and into another account.
- You send a Create Adjustment or Create Payment request.
- Funds are adjusted and the collateral account balance decreases.
- You send Set Credit Limit to update the credit line based on the funds in the collateral account.
Updated 5 months ago