Skip to main content
POST
Bulk create loan payments

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.

Body

application/json

The loan payments to create or update.

payments
object[]
required

The payments to create or update. external_id values must be unique within the request.

Minimum array length: 1

Response

201 - application/json

Loan payments created or updated successfully.

data
object[]
required