Create a loan proceed
Adds a proceed to a loan. A proceed is either a cash DISBURSEMENT or an ASSET the loan financed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business.
The UUID of the loan.
Body
The proceed to create.
- Asset proceed
- Disbursement proceed
A loan proceed: funds (or an asset) received from the loan.
Discriminator. Must be ASSET.
ASSET Proceed amount, in cents.
Date the proceed was received.
Reference to the asset funded by an ASSET proceed. Either link an existing asset by id or external_id, or create a new asset inline with new_asset.
- Existing asset
- New asset
Unique ID of the proceed in your system for linking purposes.
Set to true when recording a historical proceed that the loan's opening balance already reflects. The proceed must be dated before the opening balance's effective_at (its date is evaluated as midnight US Eastern time at the start of the day). Layer decreases the opening balance by the proceed's amount and moves the opening balance's effective_at back to the proceed date, so the explicit record replaces what the opening balance implied and the loan's balance is unchanged. Without this flag, proceeds dated before the opening balance's effective_at are rejected with a 400. Sending the flag when the loan has no active opening balance, or when the event is not dated before it, also fails with a 400.
Response
Loan proceed created successfully.
A loan proceed: funds (or an asset) received when a loan is drawn. See the Loan Proceed object.