Developer Setup for Galileo Secured Credit

This guide describes the endpoints and procedures for implementing Galileo Secured Credit.

Endpoints for Galileo Secured Credit

This table lists actions for creating and managing secured credit products at Galileo, and related Program API endpoints. Guides provide additional information and procedures.

📘

Note

Endpoints listed here are not exclusive to secured credit products. The same endpoints are used across Galileo products.

ActionEndpoint(s)Guide(s)
Create the primary account, charge card account, and secured credit accountCreate Account
Add Account
Creating an Account
Activate the charge cardActivate CardAbout Cards
Activating a Card
Move funds into the secured credit accountCreate Account TransferCreating an Internal Transfer
Move funds out of the secured credit accountCreate Adjustment
Create Payment
Creating an Adjustment
Creating a Payment
Update the credit limit when the secured credit account balance changesSet Credit Limit*
Change account or card statusModify StatusAccount status in About Accounts
Card statuses in About Cards
Report account closure statusModify StatusAccount closure status reporting in Setting Up Secured Credit
Reporting account closure status in Developer Setup for Secured Credit
Get account and card informationGet Account Overview
Get Card
Retrieving account information in About Accounts
Viewing card information in About Cards
View credit historyGet Credit Summary
Get Credit Limit Change History
Charge off an unpaid account. If Galileo handles your credit reporting, the charge-off is included in the report.Charge Off AccountRelated to Account closure status reporting
Enable or disable autopay for a given credit account.Set AutoPay Plan
Configure autopay retry logic, including maximum number of attempts and number of days between attempts.Set AutoPay Attempt
Retrieve the payment history for an account during a time window.Get AutoPay History

*As of October 2023, updating the credit limit is automated for new clients. For existing clients using Galileo Secured Credit, you must adjust the credit limit by calling Set Credit Limit. Check with Galileo if you are interested in automating this capability.

Creating secured credit accounts for a new or existing customer

Secured credit requires three accounts: a primary account, a secured credit account, and secured credit account. This section describes how to set up each account. For an example account creation workflow, see Secured credit account structure under Secured Credit Workflows.

Primary account

The primary account for a secured credit product can be a DDA or another type of account capable of holding and transferring funds. Existing customers will already have this account. When you create the primary account for a new customer, follow the normal onboarding procedure as described in the Creating an Account guide.

  • If you are setting up secured credit for an existing customer, and the primary account has a debit card linked to it, you may decide to deactivate the existing debit card depending on your business plan. For a DDA, see Canceling the DDA debit card in this guide.
  • If you are setting up secured credit for a new customer, you do not need to create a debit card linked to the primary account.
  • Pass e-sign verification information to Galileo via Set Account Feature. Send featureType: 19 (E-sign Act opt-in) and the appropriate featureValue (set to Y to receive electronic letters).

Depending on your internal setup, you may require the cardholder to deposit funds into the primary account either before the secured credit account is created, or after all three accounts are created. The primary account must contain funds before you can establish a credit limit with the secured account.

Secured credit account

The secured credit account links to the credit card and gives the cardholder access to the credit limit. To create a new charge card account for an existing customer, send an Add Account request. This table describes parameters that are specific to creating a new charge card account.

ParameterDescription
prodIdProduct ID for the charge card product
primaryAccountPRN for the primary account

Collateral account

The secured credit account contains the collateral funds for the credit line. You set the credit line according to the amount in this account. To create a new secured credit account for an existing customer, send an Add Account request. This table describes parameters that are specific to creating a new secured credit account.

ParameterDescription
prodIdProduct ID for the charge card product
primaryAccountPRN for the primary account

Implementing billing cycles

The customer’s billing cycle is implemented when an account is created with the Create Account, Add Account, or Create Virtual Card Account endpoint. When you send a request to one of these endpoints, the billing cycle day will be returned in the billing_cycle_day field as a value within the range of 1–28.

The billing cycle date is dependent on the value in BRCDT, which is set during product configuration. See Billing cycles in Setup for Galileo Secured Credit guide for a description of each configuration.

Enabling autopay

To setup the autopay for a customer, call Set AutoPay Plan with the autopayStatus as enabled and a paymentDay as a value within the range of 1–28. You also provide the account number where funds are transferred to (accountNo) and the account number of the collateral account where funds are being transferred from (fromAccountNo).

You also use this endpoint to update the cardholder’s scheduled payment date by specifying the new value in paymentDay.

Disabling autopay

To disable the autopay, call Set AutoPay Plan with autopayStatus as disabled, paymentDay between 1–28 that aligns with the date of the billing cycle configuration. You also specify the account number where funds are transferred to (accountNo) and the account number of the collateral account where funds are being transferred from (fromAccountNo).

Cardholders can request to disable autopay at any time. If the cardholder requests before their scheduled payment date, autopay will be disabled for the upcoming payment. If they request it on or after the payment date, autopay is disabled for the subsequent payment.

Configuring autopay retry logic

Enabling retry logic automatically schedules a retry payment after a defined number of days if issues occur, such as insufficient funds or an invalid account number is provided.

To configure the retry logic, use Set AutoPay Attempt with retryAttempt as a value between 0 - 4 and retryInterval between 1–7. This allows for up to 4 retries with up to 7 days between each retry.

If the retry attempts continue to fail once the set retry logic is exhausted, autopay will be disabled for the cardholder’s account. Galileo sends the autopay_status_change_event with change_to_status as disabled.

Retrieving the customer’s payment history

To display the payment history for an account, call Get AutoPay History with accountNo, along with startDate and endDate in ISO 8601 format (2020-07-10 15:00:00.000).

Canceling the DDA debit card

When you set up Galileo Secured Credit for an existing cardholder, you may decide to cancel the DDA debit card at the time that the charge card is activated. Keep in mind that virtual cards are automatically activated. See Card cancelation in the Setting Up a Card Program guide for more information.

Setting the credit limit

After the secured credit account is created, follow these steps to set the credit limit:

  1. Send the Create Account Transfer request to move funds from the primary account into the secured account.
  2. Galileo adjusts the credit limit*.

*As of October 2023, updating the credit limit is automated for new clients. For existing clients using Galileo Secured Credit, you must adjust the credit limit by calling Set Credit Limit. Check with Galileo if you are interested in automating this capability.

Reporting account closure status

When a secured credit account closes, you can send the account closure status to Galileo. If Galileo handles your credit reporting, this status will be included in the report. For an overview of account closure status reporting for secured credit products, see Account closure status reporting under Setting Up Secured Credit.

To report account closure status, send a Modify Status request with the following parameters:

ParameterValue
accountNoThe primary account number for the secured credit product
typeValid types are 2, 13, 16, and 20
closureReasonOne of the values listed in the table below

This table lists possible values for closureReason.

ValueDescription
chargeoffAccount is unpaid, closed by the issuer, and charged off
collectionAccount is unpaid, closed by the issuer, and is in internal collections
deleted_fraudAccount takeover fraud, account closed by the issuer
inactivityAccount is paid and closed by the issuer due to inactivity
paid_userAccount is paid and closed at the customer’s request