List Loans
Loans
List Loan Applications
List all loan applications for the authenticated merchant.
GET
List Loans
Overview
Returns a paginated list of all loan applications created under the merchant’s API key. Supports filtering by status and customer.Request
Method:GETURL:
/v1/loans
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
status | Query | string | No | Filter by application status. |
customer_id | Query | string | No | Filter by customer UUID. |
page | Query | number | No | Page number. Default: 1. |
limit | Query | number | No | Results per page. Default: 20. |
Response
200 OK
status value | Meaning |
|---|---|
PENDING | Awaiting decisioning |
KYC_PROCESSING | Identity verification in progress |
HAS_OFFER | Offer is ready |
OFFER_ACCEPTED | Customer accepted the offer |
OFFER_DECLINED | Customer declined the offer |
OFFER_EXPIRED | Offer expired before acceptance |
DECLINED | Application rejected by underwriting |
DISBURSEMENT_APPROVED | Approved, pending disbursement |
DISBURSED | Funds disbursed to customer |