refundTransaction
ApiScope: payment.refund.transaction
API Scope Level: ServiceSubscriberScope
application/json
Request Body required
locale string
skin string
getxForwardedIP string
paymentUser object
voidRefundFlag string
transId int32
transAmount number
detail string
description string
deliveryAmount number
standalone boolean
surchargeAmount number
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Schema
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"
}
]
}
POST /kpayment/v1/refundTransaction
Request
Request
curl / cURL
curl -L -X POST '/payment/kpayment/v1/refundTransaction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"locale": "string",
"skin": "string",
"getxForwardedIP": "string",
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"voidRefundFlag": "string",
"transId": 0,
"transAmount": 0,
"detail": "string",
"description": "string",
"deliveryAmount": 0,
"standalone": true,
"surchargeAmount": 0
}'
python / requests
curl -L -X POST '/payment/kpayment/v1/refundTransaction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"locale": "string",
"skin": "string",
"getxForwardedIP": "string",
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"voidRefundFlag": "string",
"transId": 0,
"transAmount": 0,
"detail": "string",
"description": "string",
"deliveryAmount": 0,
"standalone": true,
"surchargeAmount": 0
}'
go / native
curl -L -X POST '/payment/kpayment/v1/refundTransaction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"locale": "string",
"skin": "string",
"getxForwardedIP": "string",
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"voidRefundFlag": "string",
"transId": 0,
"transAmount": 0,
"detail": "string",
"description": "string",
"deliveryAmount": 0,
"standalone": true,
"surchargeAmount": 0
}'
nodejs / axios
curl -L -X POST '/payment/kpayment/v1/refundTransaction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"locale": "string",
"skin": "string",
"getxForwardedIP": "string",
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"voidRefundFlag": "string",
"transId": 0,
"transAmount": 0,
"detail": "string",
"description": "string",
"deliveryAmount": 0,
"standalone": true,
"surchargeAmount": 0
}'
ruby / Net::HTTP
curl -L -X POST '/payment/kpayment/v1/refundTransaction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"locale": "string",
"skin": "string",
"getxForwardedIP": "string",
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"voidRefundFlag": "string",
"transId": 0,
"transAmount": 0,
"detail": "string",
"description": "string",
"deliveryAmount": 0,
"standalone": true,
"surchargeAmount": 0
}'
csharp / RestSharp
curl -L -X POST '/payment/kpayment/v1/refundTransaction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"locale": "string",
"skin": "string",
"getxForwardedIP": "string",
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"voidRefundFlag": "string",
"transId": 0,
"transAmount": 0,
"detail": "string",
"description": "string",
"deliveryAmount": 0,
"standalone": true,
"surchargeAmount": 0
}'
php / cURL
curl -L -X POST '/payment/kpayment/v1/refundTransaction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"locale": "string",
"skin": "string",
"getxForwardedIP": "string",
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"voidRefundFlag": "string",
"transId": 0,
"transAmount": 0,
"detail": "string",
"description": "string",
"deliveryAmount": 0,
"standalone": true,
"surchargeAmount": 0
}'
java / OkHttp
curl -L -X POST '/payment/kpayment/v1/refundTransaction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"locale": "string",
"skin": "string",
"getxForwardedIP": "string",
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"voidRefundFlag": "string",
"transId": 0,
"transAmount": 0,
"detail": "string",
"description": "string",
"deliveryAmount": 0,
"standalone": true,
"surchargeAmount": 0
}'
powershell / RestMethod
curl -L -X POST '/payment/kpayment/v1/refundTransaction' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"locale": "string",
"skin": "string",
"getxForwardedIP": "string",
"paymentUser": {
"id": 0,
"dealerAssociateUUID": "string",
"userUUID": "string",
"dealerDepartmentUUID": "string"
},
"voidRefundFlag": "string",
"transId": 0,
"transAmount": 0,
"detail": "string",
"description": "string",
"deliveryAmount": 0,
"standalone": true,
"surchargeAmount": 0
}'