Skip to main content
GET
Fetch a loan proceed

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

loanId
string<uuid>
required

The UUID of the loan.

proceedId
string<uuid>
required

The UUID of the loan proceed.

Response

200 - application/json

The requested loan proceed.

data
object
required

A loan proceed: funds (or an asset) received when a loan is drawn. See the Loan Proceed object.