prePayment
ApiScope: payment.prepayment
API Scope Level: ServiceSubscriberScope
application/json
Request Body required
dealerUuid string
customerUuid string
orderNumber string
invoiceGUID string
customerID int64 deprecated
paymentUserID int64 deprecated
currentPaymentUser object
originalPaymentUserId int64 deprecated
originalPaymentUser object
dealerID int64 deprecated
desc string
amount number
dealerOrderAmount number
dealerOrderUuid string
reminderDate string
reminderMileage int64
orderType string
isMobilePayment boolean
fetchDuplicateTransactionWindow boolean
fetchEnforceCvvDso boolean
fetchEnforceZipDso boolean
skin string
locale string
cardDigits string
ignorePaymentAttemptValidation boolean
isThirdPartyVendor boolean
paymentProvider string
transactionTypeShortCode string
signatureType string deprecated
signatureData string deprecated
ipAddress string deprecated
transactionDetailsList object
feeRequest object
attributes object
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
object
{}
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"
}
]
}
POST /kpayment/v1/prepayment
Request
Request
curl / cURL
curl -L -X POST '/payment/kpayment/v1/prepayment' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuid": "string",
"customerUuid": "string",
"orderNumber": "string",
"invoiceGUID": "string",
"currentPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"originalPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"desc": "string",
"amount": 0,
"dealerOrderAmount": 0,
"dealerOrderUuid": "string",
"reminderDate": "string",
"reminderMileage": 0,
"orderType": "string",
"isMobilePayment": true,
"fetchDuplicateTransactionWindow": true,
"fetchEnforceCvvDso": true,
"fetchEnforceZipDso": true,
"skin": "string",
"locale": "string",
"cardDigits": "string",
"ignorePaymentAttemptValidation": true,
"isThirdPartyVendor": true,
"paymentProvider": "string",
"transactionTypeShortCode": "string",
"transactionDetailsList": {
"transactionDetails": [
{
"id": 0,
"transactionId": 0,
"transactionIncompleteId": 0,
"type": "string",
"amount": 0,
"description": "string"
}
]
},
"feeRequest": {
"fetchSurcharge": true,
"fetchApplicationFee": true,
"dealerId": 0,
"tenderType": "CREDIT",
"cardType": "VISA",
"transactionDepartment": "SERVICE",
"paymentType": "ONLINE",
"dealerUuid": "string"
},
"attributes": {}
}'
python / requests
curl -L -X POST '/payment/kpayment/v1/prepayment' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuid": "string",
"customerUuid": "string",
"orderNumber": "string",
"invoiceGUID": "string",
"currentPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"originalPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"desc": "string",
"amount": 0,
"dealerOrderAmount": 0,
"dealerOrderUuid": "string",
"reminderDate": "string",
"reminderMileage": 0,
"orderType": "string",
"isMobilePayment": true,
"fetchDuplicateTransactionWindow": true,
"fetchEnforceCvvDso": true,
"fetchEnforceZipDso": true,
"skin": "string",
"locale": "string",
"cardDigits": "string",
"ignorePaymentAttemptValidation": true,
"isThirdPartyVendor": true,
"paymentProvider": "string",
"transactionTypeShortCode": "string",
"transactionDetailsList": {
"transactionDetails": [
{
"id": 0,
"transactionId": 0,
"transactionIncompleteId": 0,
"type": "string",
"amount": 0,
"description": "string"
}
]
},
"feeRequest": {
"fetchSurcharge": true,
"fetchApplicationFee": true,
"dealerId": 0,
"tenderType": "CREDIT",
"cardType": "VISA",
"transactionDepartment": "SERVICE",
"paymentType": "ONLINE",
"dealerUuid": "string"
},
"attributes": {}
}'
go / native
curl -L -X POST '/payment/kpayment/v1/prepayment' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuid": "string",
"customerUuid": "string",
"orderNumber": "string",
"invoiceGUID": "string",
"currentPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"originalPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"desc": "string",
"amount": 0,
"dealerOrderAmount": 0,
"dealerOrderUuid": "string",
"reminderDate": "string",
"reminderMileage": 0,
"orderType": "string",
"isMobilePayment": true,
"fetchDuplicateTransactionWindow": true,
"fetchEnforceCvvDso": true,
"fetchEnforceZipDso": true,
"skin": "string",
"locale": "string",
"cardDigits": "string",
"ignorePaymentAttemptValidation": true,
"isThirdPartyVendor": true,
"paymentProvider": "string",
"transactionTypeShortCode": "string",
"transactionDetailsList": {
"transactionDetails": [
{
"id": 0,
"transactionId": 0,
"transactionIncompleteId": 0,
"type": "string",
"amount": 0,
"description": "string"
}
]
},
"feeRequest": {
"fetchSurcharge": true,
"fetchApplicationFee": true,
"dealerId": 0,
"tenderType": "CREDIT",
"cardType": "VISA",
"transactionDepartment": "SERVICE",
"paymentType": "ONLINE",
"dealerUuid": "string"
},
"attributes": {}
}'
nodejs / axios
curl -L -X POST '/payment/kpayment/v1/prepayment' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuid": "string",
"customerUuid": "string",
"orderNumber": "string",
"invoiceGUID": "string",
"currentPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"originalPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"desc": "string",
"amount": 0,
"dealerOrderAmount": 0,
"dealerOrderUuid": "string",
"reminderDate": "string",
"reminderMileage": 0,
"orderType": "string",
"isMobilePayment": true,
"fetchDuplicateTransactionWindow": true,
"fetchEnforceCvvDso": true,
"fetchEnforceZipDso": true,
"skin": "string",
"locale": "string",
"cardDigits": "string",
"ignorePaymentAttemptValidation": true,
"isThirdPartyVendor": true,
"paymentProvider": "string",
"transactionTypeShortCode": "string",
"transactionDetailsList": {
"transactionDetails": [
{
"id": 0,
"transactionId": 0,
"transactionIncompleteId": 0,
"type": "string",
"amount": 0,
"description": "string"
}
]
},
"feeRequest": {
"fetchSurcharge": true,
"fetchApplicationFee": true,
"dealerId": 0,
"tenderType": "CREDIT",
"cardType": "VISA",
"transactionDepartment": "SERVICE",
"paymentType": "ONLINE",
"dealerUuid": "string"
},
"attributes": {}
}'
ruby / Net::HTTP
curl -L -X POST '/payment/kpayment/v1/prepayment' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuid": "string",
"customerUuid": "string",
"orderNumber": "string",
"invoiceGUID": "string",
"currentPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"originalPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"desc": "string",
"amount": 0,
"dealerOrderAmount": 0,
"dealerOrderUuid": "string",
"reminderDate": "string",
"reminderMileage": 0,
"orderType": "string",
"isMobilePayment": true,
"fetchDuplicateTransactionWindow": true,
"fetchEnforceCvvDso": true,
"fetchEnforceZipDso": true,
"skin": "string",
"locale": "string",
"cardDigits": "string",
"ignorePaymentAttemptValidation": true,
"isThirdPartyVendor": true,
"paymentProvider": "string",
"transactionTypeShortCode": "string",
"transactionDetailsList": {
"transactionDetails": [
{
"id": 0,
"transactionId": 0,
"transactionIncompleteId": 0,
"type": "string",
"amount": 0,
"description": "string"
}
]
},
"feeRequest": {
"fetchSurcharge": true,
"fetchApplicationFee": true,
"dealerId": 0,
"tenderType": "CREDIT",
"cardType": "VISA",
"transactionDepartment": "SERVICE",
"paymentType": "ONLINE",
"dealerUuid": "string"
},
"attributes": {}
}'
csharp / RestSharp
curl -L -X POST '/payment/kpayment/v1/prepayment' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuid": "string",
"customerUuid": "string",
"orderNumber": "string",
"invoiceGUID": "string",
"currentPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"originalPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"desc": "string",
"amount": 0,
"dealerOrderAmount": 0,
"dealerOrderUuid": "string",
"reminderDate": "string",
"reminderMileage": 0,
"orderType": "string",
"isMobilePayment": true,
"fetchDuplicateTransactionWindow": true,
"fetchEnforceCvvDso": true,
"fetchEnforceZipDso": true,
"skin": "string",
"locale": "string",
"cardDigits": "string",
"ignorePaymentAttemptValidation": true,
"isThirdPartyVendor": true,
"paymentProvider": "string",
"transactionTypeShortCode": "string",
"transactionDetailsList": {
"transactionDetails": [
{
"id": 0,
"transactionId": 0,
"transactionIncompleteId": 0,
"type": "string",
"amount": 0,
"description": "string"
}
]
},
"feeRequest": {
"fetchSurcharge": true,
"fetchApplicationFee": true,
"dealerId": 0,
"tenderType": "CREDIT",
"cardType": "VISA",
"transactionDepartment": "SERVICE",
"paymentType": "ONLINE",
"dealerUuid": "string"
},
"attributes": {}
}'
php / cURL
curl -L -X POST '/payment/kpayment/v1/prepayment' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuid": "string",
"customerUuid": "string",
"orderNumber": "string",
"invoiceGUID": "string",
"currentPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"originalPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"desc": "string",
"amount": 0,
"dealerOrderAmount": 0,
"dealerOrderUuid": "string",
"reminderDate": "string",
"reminderMileage": 0,
"orderType": "string",
"isMobilePayment": true,
"fetchDuplicateTransactionWindow": true,
"fetchEnforceCvvDso": true,
"fetchEnforceZipDso": true,
"skin": "string",
"locale": "string",
"cardDigits": "string",
"ignorePaymentAttemptValidation": true,
"isThirdPartyVendor": true,
"paymentProvider": "string",
"transactionTypeShortCode": "string",
"transactionDetailsList": {
"transactionDetails": [
{
"id": 0,
"transactionId": 0,
"transactionIncompleteId": 0,
"type": "string",
"amount": 0,
"description": "string"
}
]
},
"feeRequest": {
"fetchSurcharge": true,
"fetchApplicationFee": true,
"dealerId": 0,
"tenderType": "CREDIT",
"cardType": "VISA",
"transactionDepartment": "SERVICE",
"paymentType": "ONLINE",
"dealerUuid": "string"
},
"attributes": {}
}'
java / OkHttp
curl -L -X POST '/payment/kpayment/v1/prepayment' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuid": "string",
"customerUuid": "string",
"orderNumber": "string",
"invoiceGUID": "string",
"currentPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"originalPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"desc": "string",
"amount": 0,
"dealerOrderAmount": 0,
"dealerOrderUuid": "string",
"reminderDate": "string",
"reminderMileage": 0,
"orderType": "string",
"isMobilePayment": true,
"fetchDuplicateTransactionWindow": true,
"fetchEnforceCvvDso": true,
"fetchEnforceZipDso": true,
"skin": "string",
"locale": "string",
"cardDigits": "string",
"ignorePaymentAttemptValidation": true,
"isThirdPartyVendor": true,
"paymentProvider": "string",
"transactionTypeShortCode": "string",
"transactionDetailsList": {
"transactionDetails": [
{
"id": 0,
"transactionId": 0,
"transactionIncompleteId": 0,
"type": "string",
"amount": 0,
"description": "string"
}
]
},
"feeRequest": {
"fetchSurcharge": true,
"fetchApplicationFee": true,
"dealerId": 0,
"tenderType": "CREDIT",
"cardType": "VISA",
"transactionDepartment": "SERVICE",
"paymentType": "ONLINE",
"dealerUuid": "string"
},
"attributes": {}
}'
powershell / RestMethod
curl -L -X POST '/payment/kpayment/v1/prepayment' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuid": "string",
"customerUuid": "string",
"orderNumber": "string",
"invoiceGUID": "string",
"currentPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"originalPaymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"desc": "string",
"amount": 0,
"dealerOrderAmount": 0,
"dealerOrderUuid": "string",
"reminderDate": "string",
"reminderMileage": 0,
"orderType": "string",
"isMobilePayment": true,
"fetchDuplicateTransactionWindow": true,
"fetchEnforceCvvDso": true,
"fetchEnforceZipDso": true,
"skin": "string",
"locale": "string",
"cardDigits": "string",
"ignorePaymentAttemptValidation": true,
"isThirdPartyVendor": true,
"paymentProvider": "string",
"transactionTypeShortCode": "string",
"transactionDetailsList": {
"transactionDetails": [
{
"id": 0,
"transactionId": 0,
"transactionIncompleteId": 0,
"type": "string",
"amount": 0,
"description": "string"
}
]
},
"feeRequest": {
"fetchSurcharge": true,
"fetchApplicationFee": true,
"dealerId": 0,
"tenderType": "CREDIT",
"cardType": "VISA",
"transactionDepartment": "SERVICE",
"paymentType": "ONLINE",
"dealerUuid": "string"
},
"attributes": {}
}'