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 

Money

Sivo APIs expect amounts to be provided in the currency's smallest denomination. For example, to transfer US$10.00 you would set the amount value to 1000, which represents a thousand cents (calculated as 10 multiplied by 100 cents per dollar).
For decimals that do not use cents (e.g. JPY) you won't need to multiply the amount. In this case, ¥10 is represented as 10.