Referencia de APIAccounting / Pending Record
Create Pending Record credit makecapitalpayment
← Back to full API reference
POST
/v1/record/pending/credit/makeCapitalPaymentAuth requiredA pending record refers to documents (invoice, quote, order, loan) that can later be linked to records such as payments, credits, and accounting movements.
- Requires organization permissions for this resource.
- Validated by Zod schema: makeCapitalPayment.
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| creditId | Yes | Type: number |
| paymentMethod | Yes | Type: enumExample: CASH |
| accountId | Yes | Type: number |
| capitalPayment | Yes | Type: number |
| paymentPenaltyFee | No | Type: numberExample: 0 |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"creditId": 1,
"paymentMethod": "CASH",
"accountId": 1,
"capitalPayment": 1
}Sample response
json
{}