Referencia de APIAccounting / Pending Record
Get Pending Record by pendingrecordid pay by organizationid
← Back to full API reference
GET
/v1/record/pending/:pendingRecordId/pay/:organizationIdPublicA pending record refers to documents (invoice, quote, order, loan) that can later be linked to records such as payments, credits, and accounting movements.
- Deprecated endpoint. Prefer a newer alternative when available.
- This endpoint can be called without an authenticated session.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| pendingRecordId | Yes | Required path parameter. |
| organizationId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"pendingRecordId": 1,
"organizationId": 1
}Query
json
{}Sample response
json
{
"message": "No payments account"
}