getFinanceOffersForCustomer
ApiScope: payment.financeOffer.read
API Scope Level: ServiceSubscriberScope
Query Parameters
customerUUID string required
dealerUUID string required
skin string required
locale string required
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
financeOffers object[]
{
"financeOffers": [
{
"id": 0,
"version": 0,
"dealerUUID": "string",
"dealerOrderUUID": "string",
"customerUUID": "string",
"url": "string",
"guid": "string",
"foAmount": 0,
"loanAmount": 0,
"maxFinanceAmount": 0,
"loanFee": 0,
"lenderLoanID": "string",
"lenderID": 0,
"expiryDate": "2025-03-28T11:34:46.759Z",
"docSignedTS": "2025-03-28T11:34:46.759Z",
"fundedTS": "2025-03-28T11:34:46.759Z",
"depositConfirmationDate": "2025-03-28T11:34:46.759Z",
"status": "string",
"callbackId": "string",
"isActive": true,
"creationTS": "2025-03-28T11:34:46.759Z",
"customer": {
"firstName": "string",
"middleName": "string",
"lastName": "string",
"gender": "string",
"company": "string",
"nickName": "string",
"customerKey": "string",
"imageUrl": "string",
"guid": "string",
"isValid": true,
"status": "string",
"optedOut": true,
"isIndexed": true,
"preferredLocale": "string",
"availability": 0,
"phone": "string",
"email": "string",
"phoneCommunicationId": 0,
"emailCommunicationId": 0
},
"dealerOrder": {
"id": 0,
"orderNumber": "string",
"orderType": "string",
"amount": 0,
"orderDate": "2025-03-28T11:34:46.759Z",
"description": "string",
"orderStatus": "string",
"invoiceURL": "string",
"readyROData": "string",
"mileageText": "string",
"departmentType": "string",
"labourOpTypes": "string",
"dmsdescription": "string",
"uuid": "string",
"updated_dt": "2025-03-28T11:34:46.759Z",
"created_dt": "2025-03-28T11:34:46.759Z",
"payTypes": "string",
"laborTypes": "string",
"tagOrHat": "string",
"vehicle": {
"id": 0,
"version": 0,
"brand": {
"id": 0,
"version": 0,
"brandName": "string",
"isValid": true
},
"vin": "string",
"hasObddevice": true,
"licensePlate": "string",
"boughtDate": "2025-03-28T11:34:46.759Z",
"soldDate": "2025-03-28T11:34:46.759Z",
"addedDate": "2025-03-28T11:34:46.759Z",
"model": "string",
"year": "string",
"trim": "string",
"engine": "string",
"body": "string",
"latestMileage": "string",
"transmission": "string",
"name": "string",
"make": "string",
"mileage": "string",
"isPrimary": true,
"lastServiceDate": "2025-03-28T11:34:46.759Z",
"licenseStateCode": "string",
"licenseStateDescription": "string",
"vehicleKey": "string",
"status": "string",
"parent": 0,
"color": "string",
"uuid": "string",
"isValid": true
},
"signatureRequestID": 0,
"paidAmount": 0,
"deliveryAmount": 0,
"customerSignatureUrl": "string",
"dealer": {
"id": 0,
"name": "string",
"contractName": "string",
"number": "string",
"comments": "string",
"isValid": true,
"phoneNumber": "string",
"emailID": "string",
"website": "string",
"mapUrl": "string",
"pickupOffered": true,
"dropoffOffered": true,
"shuttleOffered": true,
"couponOffered": true,
"loanerOffered": true,
"serviceDeptHoursText": "string",
"partsDeptHoursText": "string",
"salesDeptHoursText": "string",
"fiDeptHoursText": "string",
"inNetwork": true,
"latitude": 0,
"longitude": 0,
"altitude": 0,
"isSystemDealer": true,
"nickName": "string",
"uuid": "string"
},
"numberOfInvoices": 0,
"paid": true,
"paymentRequestSent": true,
"paidOnline": true
},
"lender": {
"id": 0,
"version": 0,
"name": "string",
"description": "string"
},
"financeEvents": [
{
"id": 0,
"version": 0,
"eventCode": "string",
"timeStamp": "2025-03-28T11:34:46.759Z",
"eventParam": "string",
"isVisible": true,
"eventText": "string"
}
],
"financeOfferAttributes": [
{
"id": 0,
"financeOfferId": 0,
"option": "string",
"value": "string"
}
]
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
GET /kpayment/v1/finance/getFinanceOffersForCustomer
Request
Request
curl / cURL
curl -L -X GET '/payment/kpayment/v1/finance/getFinanceOffersForCustomer' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '/payment/kpayment/v1/finance/getFinanceOffersForCustomer' \
-H 'Accept: application/json'
go / native
curl -L -X GET '/payment/kpayment/v1/finance/getFinanceOffersForCustomer' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '/payment/kpayment/v1/finance/getFinanceOffersForCustomer' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '/payment/kpayment/v1/finance/getFinanceOffersForCustomer' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '/payment/kpayment/v1/finance/getFinanceOffersForCustomer' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '/payment/kpayment/v1/finance/getFinanceOffersForCustomer' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '/payment/kpayment/v1/finance/getFinanceOffersForCustomer' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '/payment/kpayment/v1/finance/getFinanceOffersForCustomer' \
-H 'Accept: application/json'