LogoLogo
StatusChangelogDashboardCreate a Ticket
  • Getting Started
  • Intro to APIs
  • How to Contact us
  • How to Go-Live
  • Intro to Risk
  • Intro to Spec Sheets
  • Product Guides
    • Deposit Hub
      • 🌎Global Cash
    • Credit Hub
    • Payment Accounts
    • ID Score
  • API References
    • OAuth
      • OAuth Object Details
      • Create OAuth Key
      • Generate Refresh Token
    • Users
      • User Object Details
      • Testing on UAT
      • View All Users
      • View User
      • Create User
      • Update User
      • Generate UBO Doc
      • Manage Duplicates
      • Allowed Document Types
      • Allowed Entity Scopes
      • Allowed Entity Types
    • Nodes
      • Node Object Details
      • Testing on UAT
      • View all User Nodes
      • View Node
      • Create Node
      • Update Node
      • Generate eCash Barcode
      • Allowed Node Types
      • View ATMs
    • Subnets
      • Subnet Object Details
      • Testing on UAT
      • View all Node Subnets
      • View Subnet
      • Create Subnet
      • Update Subnet
      • Push to Wallet
    • Shipments
      • Shipment Object Details
      • View all Subnet Shipments
      • View Shipment
      • Create Shipment
      • Cancel Shipment
    • Statements
      • Statement Object Details
      • View all User Statements
      • View all Node Statements
    • Transactions
      • Transaction Object Details
      • Testing on UAT
      • View all User Transactions
      • View all Node Transactions
      • View Transaction
      • Create Transaction
      • Create Batch Transactions
      • Cancel Transaction
      • Retry ACH Transaction
      • Dispute Chargebacks
      • Dispute Transaction
    • Subscriptions
      • Subscription Object Details
      • Webhook Object Details
      • Testing on UAT
      • View all Subscriptions
      • View Subscription
      • Create Subscription
      • Update Subscription
      • View Webhook Logs
    • Miscellaneous
      • Dummy Transactions
      • Verify Address
      • Verify Routing Number
      • International WIRE-INT Required Data by Country
      • View Billers
      • View Enriched Data
      • Loan Limits
      • Transaction Decisioning
      • 3D Secure
      • Virtual Terminal
      • Pre-Authorization
      • Card Disputes Guide
      • Mobile Wallets
      • Interchange Revenue
      • Enrichment Guide
  • Developer Guides
    • User Onboarding
      • Create User Flow
      • Authenticate as the User
      • Create Node Flow
        • Cash Advance
        • Credit Builder Loan
        • One Time Loans
        • Secured Open Loans
        • Secured Revolving Loans
        • Unsecured Revolving Loans
      • Create Subnets Flow
        • Creating Cards
        • Creating AC/RT
      • Linking External Accounts
        • Linking Cards
        • Linking External Bank Account
      • Add Additional Documents
    • Account Details
      • Displaying Balances
      • Transaction History
      • Transaction Details
      • Account Agreements
      • Node Statements
      • Card Details
    • Managing Cards
      • Card Preferences
      • Setting PIN
      • Mobile Wallet Flow
        • Integrate with Apple Pay
        • Integrate with Google Pay
        • Integrate with Samsung Pay
      • Shipping Cards
    • Originating Transactions
      • Sending Fed Wires
      • Sending ACH Transfers
      • Sending International Wires
      • Deposit a Check
      • Issuing Checks
      • Recurring Transactions
      • 3rd Party Payment Accounts
      • Cancelling Transactions
      • Exceeding Origination Limits
    • Receiving Transactions
      • Transaction Decisioning
      • Receiving ACH / Wires
      • Card Transactions
      • Exceeding Inbound Limits
    • Managing Disputes
      • ACH Disputes
      • Card Disputes
    • 3rd Party Integrations
      • Payment Integrations
      • Account Aggregators
      • 3rd Parties & Compliance
  • Recipes
    • Overdraft Protection
    • Social Banking
    • Monetizing Transactions
Powered by GitBook
On this page
  • Required Language
  • Create Secured Revolving Loan from existing Deposits
  • Create Secured Revolving Loan without Deposits

Was this helpful?

Export as PDF
  1. Developer Guides
  2. User Onboarding
  3. Create Node Flow

Secured Revolving Loans

PreviousSecured Open LoansNextUnsecured Revolving Loans

Last updated 2 years ago

Was this helpful?

Required Language

  • The following must be disclosed within TOS and on user's application screen:

    • "All loans are made by Synapse Credit LLC, NMLS 1971454, a licensed U.S. lender in designated States. Loans are [unsecured and/or secured], fully amortized personal loans. Eligibility for a loan is not guaranteed."

Create Secured Revolving Loan from existing Deposits

  1. Display Loan Summary

    1. preview_only=true

  2. Display the LOAN-RESERVE-US agreement to user

  3. Wait for transaction to settle in the reserve node

    1. Receive TRANS|PATCH Webhook with settled status

  4. Display Disclosure to User:

    1. Required Language: “The bank services are provided by Synapse's partner banks, Members FDIC. By accepting the terms of this loan on <Insert Platform Name>, you agree to Synapse’s Consumer Loan Agreement.”

    2. Display loan Agreement

  5. Collect Affirmative Consent from the User

  6. Run Credit Decisioning

Create Secured Revolving Loan without Deposits

  1. Display Loan Summary

  2. Link Reserve Funding Node

  3. Display the LOAN-RESERVE-US agreement to user

  4. Display Disclosure to User:

    1. Required Language: “The bank services are provided by Synapse's partner banks, Members FDIC. By accepting the terms of this loan on <Insert Platform Name>, you agree to Synapse’s Consumer Loan Agreement.”

    2. Display loan Agreement

  5. Collect Affirmative Consent from the User

  6. Run Credit Decisioning

  7. Wait for transaction to settle in the reserve node

    1. Receive TRANS|PATCH Webhook with settled status

  8. Wait for transaction to settle in the platform node

    1. Receive TRANS|PATCH Webhook with settled status

  9. Enable transactions out of the loan node

Notes:

  • The credit limit for a revolving loan is linked to the amount kept in the loan reserve.

  • In order to facilitate a fast onboarding experience, platforms can front the reserve amount in order to allow users to complete the onboarding process while waiting for the transaction to clear from the 3rd party account.

  • We recommend having enough funds to cover 3 days of user onboarding in your clearing account to cover loan reserves

Synapse Deposit Node
Linked account
Create a preview of the LOAN-RESERVE-US agreement
Create a LOAN-RESERVE-US node
Transfer funds from platform node to the reserve node
Transfer funds from the linked node to the platform node
Create a preview of the LOAN-RESERVE-US agreement
Create a LOAN-RESERVE-US node
Transfer funds from the Deposit node to the reserve node
Create a preview of the LOAN-US agreement
Create Revolving LOAN-US Node
Create a preview of the loan agreement
Create Revolving LOAN-US Node