Jump to Content
DaaSHome
RecipesAPI ReferenceDiscussions
v1.2

HomeLog InDaaS
API Reference
Log In
productionRecipesAPI ReferenceDiscussions

Overview

  • Getting Started
  • Testing
  • Authentication
  • Status Codes
  • Idempotency
  • Metadata
  • Request IDs
  • Errors
  • Dates and Times
  • Money
  • Rate Limits

Authentication

  • Exchange Refresh for Access Tokenpost
  • Revoke Refresh Tokenpost

Reporting

  • Introduction
  • Borrowers
    • Create Consumer Borrowerpost
    • Create Business Borrowerpost
  • Loans and Cards
    • Create a Loanpost
  • Payments and Disbursements
    • Report on Loanpost

Banking

  • Introduction
  • Transactions
    • Search for transactionsget
    • Gets a transaction recordget
  • Balances
    • Gets the balance for a currencyget
  • Payments
    • Create a paymentpost
  • Beneficiaries
    • Create a Beneficiarypost
    • List Beneficiariesget
    • Get a Beneficiary by Idget
    • Update a Beneficiarypatch

Capital (Debt-as-a-Service)

  • Introduction
  • Debt Line Management
    • List all transactions from the ledgerget
    • List debtlinesget
    • Find a debtline by Idget
  • Capital
    • Pay debt line principalpost
    • Draw from a debt linepost
Powered by 

Dates and Times

All dates and times used in Sivo APIs follow the ISO 8601 standard. This makes dates easy to understand by both humans and machines, and avoid confusion associated with regional standards. All times sent and received from Sivo should be in Coordinated Universal Time (UTC).

  • A date like November 14, 2022 is represented as 2022-11-14
  • A date and time like November 14, 2022 3:51 pm EST is represented as 2022-11-14T19:51:00Z