generateReceiptV2
generateReceiptV2
Query Parameters
invoiceGuid string required
transactionUuid string
pgrUuid string
payJson string
renderFormat string
Possible values: [HTML
, PDF
, TEXT
, URL
, SHORT_URL
]
Default value: TEXT
templateType string
Possible values: [PRINT
, EMAIL
, TEXT
, NOTIFICATION
]
Default value: PRINT
forCustomer 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"
}
]
}
GET /kpayment/v1/receipt/v2
Request
Request
curl / cURL
curl -L -X GET '/payment/kpayment/v1/receipt/v2' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/payment/kpayment/v1/receipt/v2' \
-H 'Accept: */*'
go / native
curl -L -X GET '/payment/kpayment/v1/receipt/v2' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/payment/kpayment/v1/receipt/v2' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/payment/kpayment/v1/receipt/v2' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/payment/kpayment/v1/receipt/v2' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/payment/kpayment/v1/receipt/v2' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/payment/kpayment/v1/receipt/v2' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/payment/kpayment/v1/receipt/v2' \
-H 'Accept: */*'