Galileo Financial Technologies website screenshot

Galileo Financial Technologies

Galileo Financial Technologies (a SoFi company) is a card-issuing and banking platform powering many fintechs. Provides Program API (accounts, cards), Config API, Dispute API 3.0, Loan API, Payment Hub API, Risk API, Auth API (authorization controller webhook), Events API webhooks, and External Transactions API.

9 APIs 0 Features
FinTechBaaSCard IssuingBankingPaymentsACH

APIs

Galileo Program API

REST API for managing accounts and cards: account creation, KYC/CIP verification, balance/funding, card issuance (physical, digital, virtual, instant-issue), authorization contr...

Galileo Config API

REST API for program configuration including card products, fee schedules, MCC controls, and program parameters.

Galileo Dispute API 3.0

REST API for the dispute lifecycle (chargebacks, representments, network communications).

Galileo Loan API

REST API for credit, lending, BNPL, and secured-credit products including draw, repayment, and balance inquiry.

Galileo Payment Hub API

REST API for ACH, RTP, Bill Pay, and other payments rails.

Galileo Risk API

REST API for risk and fraud screening tools.

Galileo Auth API (Authorization Controller)

Synchronous webhook-style endpoint customers expose for Galileo to call during authorization for approve/decline decisions.

Galileo Events API

Outbound webhook delivery for transactions, account events, card events, and other lifecycle events.

Galileo External Transactions API

REST API to feed third-party transactions into Galileo program ledgers for unified reporting.

Collections

Pricing Plans

Galileo Fs Plans Pricing

1 plans

PLANS

Rate Limits

Galileo Fs Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
LlmsText
LlmsText

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Galileo Financial Technologies Pro API
  version: '2026-05-23'
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Program
    type: folder
  items:
  - info:
      name: Create a program account
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/program/accounts
      body:
        type: json
        data: '{}'
    docs: Create a program account
  - info:
      name: getAccount
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/program/accounts/get
      body:
        type: json
        data: '{}'
  - info:
      name: Issue a card (physical, virtual, instant)
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/program/cards
      body:
        type: json
        data: '{}'
    docs: Issue a card (physical, virtual, instant)
  - info:
      name: getCard
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/program/cards/get
      body:
        type: json
        data: '{}'
  - info:
      name: listTransactions
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/program/transactions
      body:
        type: json
        data: '{}'
  - info:
      name: setAuthorizationControls
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/program/authorization_controls
      body:
        type: json
        data: '{}'
- info:
    name: Config
    type: folder
  items:
  - info:
      name: Retrieve product configuration
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/config/product
      body:
        type: json
        data: '{}'
    docs: Retrieve product configuration
- info:
    name: Dispute
    type: folder
  items:
  - info:
      name: createDisputeClaim
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/dispute/claims
      body:
        type: json
        data: '{}'
  - info:
      name: getDisputeClaim
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/dispute/claims/get
      body:
        type: json
        data: '{}'
  - info:
      name: withdrawDisputeClaim
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/dispute/claims/withdraw
      body:
        type: json
        data: '{}'
- info:
    name: Loan
    type: folder
  items:
  - info:
      name: createLoan
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/loan/create
      body:
        type: json
        data: '{}'
  - info:
      name: simulateLoan
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/loan/simulate
      body:
        type: json
        data: '{}'
  - info:
      name: listLoanInstallments
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/loan/installments
      body:
        type: json
        data: '{}'
- info:
    name: PaymentHub
    type: folder
  items:
  - info:
      name: linkExternalAccount
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/payment-hub/external-accounts
      body:
        type: json
        data: '{}'
  - info:
      name: createTransfer
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/payment-hub/transfers
      body:
        type: json
        data: '{}'
  - info:
      name: cancelTransfer
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/payment-hub/transfers/cancel
      body:
        type: json
        data: '{}'
- info:
    name: Risk
    type: folder
  items:
  - info:
      name: screenRisk
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/risk/screen
      body:
        type: json
        data: '{}'
- info:
    name: ExternalTransactions
    type: folder
  items:
  - info:
      name: Submit a third-party transaction to the program ledger
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/external-transactions
      body:
        type: json
        data: '{}'
    docs: Submit a third-party transaction to the program ledger
- info:
    name: Events
    type: folder
  items:
  - info:
      name: createWebhookSubscription
      type: http
    http:
      method: POST
      url: https://api-sandbox.cv.gpsrv.com/pro/events/webhook-subscriptions
      body:
        type: json
        data: '{}'
bundled: true