Skip to main content

settleTransactions


ApiScope: payment.transaction.settle
API Scope Level: ServiceSubscriberScope
Request Body required
    transactionIds int64[]
    settledDate date-time
    dealerUUID string
Responses

OK


Schema

    string

POST /kpayment/v1/transaction/settle

Request

Base URL
/payment
Body required
{
"transactionIds": [
0
],
"settledDate": "2025-04-07T07:51:27.564Z",
"dealerUUID": "string"
}
curl / cURL
curl -L -X POST '/payment/kpayment/v1/transaction/settle' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"transactionIds": [
0
],
"settledDate": "2025-04-07T07:51:27.564Z",
"dealerUUID": "string"
}'