Referencia de APIAccounting / Credit
Get Credit
← Back to full API reference
GET
/v1/creditAuth requiredRequest details
Query params
| Field | Required | Description |
|---|---|---|
| elementsPerPage | Yes | Inferred from req.query.elementsPerPage |
| page | Yes | Inferred from req.query.page |
| beneficiaryId | Yes | Inferred from req.query.beneficiaryId |
| isSell | Yes | Inferred from req.query.isSell |
| pendingRecordId | Yes | Inferred from req.query.pendingRecordId |
Default payloads
Path params
json
{}Query
json
{
"elementsPerPage": "string",
"page": "string",
"beneficiaryId": "string",
"isSell": "string",
"pendingRecordId": "string"
}Sample response
json
{
"result": "<result>",
"totalPages": "<ceil>",
"currentPage": "<parseInt>",
"total": "<count>"
}