Skip to main content

Cancel Terminal Order

 

Endpoint:https://demo-api.frontpayment.no/api/v1/connect/terminal/orders/cancel/{{ORDER_UUID}}
Method:POST
Authorization:Bearer
Payload Validation:

 

'type'=> 'required|string'
Example Payload:

 

{
    "type": "payment"
}

 







Example Response:

 

{
    "status_code": 200,
    "status_message": "OK",
    "message": "cancelledOrderSuccessfully",
    "is_data": false,
    "data": null
}