Create or update (upsert) a receivable

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Create a receivable

Creates the receivable when the id is new, otherwise updates the existing receivable with the provided fields. Set an optional field to null to clear it.

string
required
length between 1 and 255

The receivable ID assigned by the originator

string
length between 1 and 255

The obligor (account) associated with this receivable. Required at creation, optional for updates.

date

The date on which this receivable was originated. Required at creation, optional for updates.

string
^[A-Z]{3}$

ISO 4217 currency code for all monetary amounts on this receivable. Required at creation, optional for updates.

string
enum

The type of receivables product:

  • term_loan — Term Loans: Fixed-amount loans repaid in scheduled installments over a set term
  • line_of_credit — Lines of Credit: Revolving credit facilities drawn and repaid flexibly up to a limit
  • buy_now_pay_later — Buy Now Pay Later: Point-of-sale financing repaid in short-term installments
  • credit_card — Credit Cards: Revolving card balances repaid by cardholders
  • invoice — Invoices: Purchased B2B invoices collected from the invoice debtor at a discount
  • earned_wage_access — Earned Wage Access: Advances on wages already earned but not yet paid out
  • lease — Leases: Equipment or asset leases with contractual periodic payments
  • gig_payout — Gig Worker Payouts: Contractual earnings owed to workers by gig platforms (e.g., Uber, DoorDash)
  • creator_payout — Creator Payouts: Contractual content and ad revenue owed to creators by platforms (e.g., Google)
  • merchant_payout — Merchant Payouts: Merchant receivables awaiting settlement by payment processors (e.g., Stripe, Square)
  • rental_payout — Rental Payouts: Platform-verified short-term rental receivables (e.g., Airbnb, VRBO)
  • marketplace_payout — Marketplace Payouts: Marketplace seller sales proceeds awaiting payout (e.g., Amazon, Shopify)
  • real_estate_commission — Real Estate Commissions: Earned real estate commissions pending closing (e.g., RE/MAX, Century 21)
  • subscription — Subscription Revenue: Contracted recurring subscription receivables
  • government_salary — Government Salaries: Approved government salaries pending payment
  • government_contract — Government Contracts: Approved government contract payments pending disbursement
  • bank_transfer — Bank Transfers: Funds in transit through delayed bank transfers
  • stock_sell_settlement — Stock Sell Settlements: Stock sale proceeds awaiting settlement. Required at creation, optional for updates.
string
enum

Indicates whether this receivable is funded by sivo, your own balance sheet, or a third party capital source. Required at creation, optional for updates.

Allowed:
integer
≥ 0

Total amount that is currently overdue. Set to zero if not overdue. Required at creation, optional for updates.

integer
0 to 2147483647

The number of times this receivable has become delinquent over its lifetime. Set to zero if never delinquent. Required at creation, optional for updates.

string | null

The creditor (account) associated with this receivable. When omitted, the creditor is assumed to be your organization or user.

integer | null
≥ 0

The origination fee that was charged to the obligor

periodic_fee
object | null

Periodic fees paid by the obligor

string | null
enum

The type of collateral used to secure this receivable. Leave empty if unsecured.

string | null
^\d+ (day|week|month|year)s?$

The term for this receivable, e.g. "12 months". Leave empty for revolving credit.

number | null
-10 to 10

The annual interest rate charged on outstanding principal

integer | null
≥ 0

For receivables allowing multiple draws (e.g. credit cards, lines of credit), the credit limit

string | null
^\d+ (day|week|month|year)s?$

How often payments are expected from the obligor, e.g. "1 month"

metadata
object | null

Additional custom data associated with this receivable

string | null

The name of the third party capital source. Should only be set when funded_by is other.

date | null

The date on which this receivable became delinquent. Required when delinquent_amount is greater than zero and must be empty otherwise.

^cfdi:.*$

The fiscal identifier assigned to this receivable by a tax authority, e.g. a Mexican CFDI, a Brazilian NFe, or a PEPPOL identifier


CFDI (Comprobante Fiscal Digital por Internet - Mexico) - A UUID identifier for Mexican digital fiscal invoices with cfdi: prefix

Headers
string

A unique key per operation, could be V4 UUID or other high‑entropy random string. Keys can be up to 255 characters. See Idempotent Requests.

Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json