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.
Response
Loan proceed created successfully.
A loan proceed: funds (or an asset) received when a loan is drawn. See the Loan Proceed object.