Update Order

Updates an order in the Limepay system

SecurityLimepay-SecretKey
Request
path Parameters
merchantOrderId
required
string
Request Body schema: application/json
internalOrderId
string
settlementConfiguration
string (SettlementConfiguration)
Enum: "default" "standard" "realtime_preferred" "realtime_required"
Responses
200
400
401
403
404
405
406
409
422
429
500
503
patch/orders/{merchantOrderId}
Request samples
application/json
{
  • "internalOrderId": "string",
  • "settlementConfiguration": "default"
}
Response samples
application/json
{
  • "statusCode": 0,
  • "errorCode": "string",
  • "message": "string",
  • "tracer": "string",
  • "detail": "string",
  • "errorTypeDescription": "string"
}
Copyright © April Solutions 2023. All right reserved.