Skip to main content

processPostPaymentEMVforOpenEdgeCloudDebitReturn


ApiScope: payment.postPayment.process
API Scope Level: ServiceSubscriberScope
Request Body required
    resJson string
    transactionId string
    paymentAttemptId string
    deviceID int64
Responses

OK


Schema

    boolean

POST /kpayment/v1/processPostPaymentEMVforOpenEdgeCloudDebitReturn

Request

Base URL
/payment
Body required
{
"resJson": "string",
"transactionId": "string",
"paymentAttemptId": "string",
"deviceID": 0
}
curl / cURL
curl -L -X POST '/payment/kpayment/v1/processPostPaymentEMVforOpenEdgeCloudDebitReturn' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resJson": "string",
"transactionId": "string",
"paymentAttemptId": "string",
"deviceID": 0
}'