generateReceipt_1
generateReceipt_1
Query Parameters
invoiceGuid string required
renderFormat string
Possible values: [HTML
, PDF
, TEXT
, URL
, SHORT_URL
]
Default value: TEXT
receiptType string
invoiceID string
orderType string
customerID string
dealerUuid string
customerUuid string
departmentUuid string
dealerOrderUuid string
userUuid string
autoPrintPdf boolean
silentPrint boolean
numOfPrints int32
paymentAttemptID string
transactionId string
typeOfTransaction string
gateway string
pgTransId string
receiptData string
payJson string
addressJson string
saveCard boolean
forCustomer boolean
forEmail boolean
textTemplate boolean
Responses
- 200
- 400
- 401
- 500
OK
*/*
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/receipt
Request
Request
curl / cURL
curl -L -X POST '/payment/kpayment/v1/receipt' \
-H 'Accept: */*'
python / requests
curl -L -X POST '/payment/kpayment/v1/receipt' \
-H 'Accept: */*'
go / native
curl -L -X POST '/payment/kpayment/v1/receipt' \
-H 'Accept: */*'
nodejs / axios
curl -L -X POST '/payment/kpayment/v1/receipt' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X POST '/payment/kpayment/v1/receipt' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X POST '/payment/kpayment/v1/receipt' \
-H 'Accept: */*'
php / cURL
curl -L -X POST '/payment/kpayment/v1/receipt' \
-H 'Accept: */*'
java / OkHttp
curl -L -X POST '/payment/kpayment/v1/receipt' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X POST '/payment/kpayment/v1/receipt' \
-H 'Accept: */*'