Get Offer
Loans
Get Loan Offer
Fetch the loan offer details once the application status is HAS_OFFER.
GET
Get Offer
Overview
Returns the loan offer including amount, interest rate, tenure, and repayment schedule. Only available after the applicationstatus reaches HAS_OFFER.
Request
Method:GETURL:
/v1/loans/:applicationId/offer
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
applicationId | Path | string | Yes | Application ID. |
Response
200 OK
| Field | Description |
|---|---|
offerAmount | Approved loan amount in kobo |
tenure | Repayment period in months |
interestRate | Annual interest rate as a percentage |
repaymentSchedule | Monthly breakdown of principal, interest, and total |
offerStatus | PENDING until customer accepts or declines |
expiresAt | UTC timestamp when the offer expires |
Error Responses
| Status | Message | Cause |
|---|---|---|
| 400 | Application not found | Invalid applicationId |
| 422 | Application has no loan ID | Application not yet registered |