Advanced Search
Search Results
9 total results found
Get Terminal Lists
Get all active terminal lists for specific organation Endpoint : https://demo-api.frontpayment.no/api/v1/connect/terminal/lists/{{ORGANIZATION_UUID}} Method : GET Authorization : Bearer Response Structure : //Succes...
Create Terminal Order
With this API endpoint, you can create terminal Order Endpoint : https://demo-api.frontpayment.no/api/v1/connect/terminal/orders/create Method : POST Authorization : Bearer Payload Validations : 'products.*.name'=>'required...
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 : { "ty...
Resend Terminal Order
Endpoint : https://demo-api.frontpayment.no/api/v1/connect/terminal/orders/resend/{{ORDER_UUID}} Method : POST Authorization : Bearer Response Structure : //Success { "status_code": 200, "status_message": "OK", ...
Payment Status Check
Endpoint : https://demo-api.frontpayment.no/api/v1/connect/terminal/orders/payment-status/{{ORDER_UUID}} Method : GET Authorization : Bearer Response Structure : // Success { 'status_code': 200, 'status_message': 'OK', ...
Refund or Reverse Payment
Endpoint : https://demo-api.frontpayment.no/api/v1/connect/terminal/orders/refund/{{ORDER_UUID}} Method : POST Authorization : Bearer Payload Validations : 'type' => 'required|string', 'grandTotal'=> 'required|numeric', 'pro...
Refund Status Check
Endpoint : https://demo-api.frontpayment.no/api/v1/connect/terminal/orders/refund-status/{{ORDER_UUID}} Method : GET Authorization : Bearer Response Structure : // Success { "status_code": 200, "status_message": "OK", ...
Cancel Refund Request
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 : { "ty...
Get Invoice Number By UUID
By this API invoice number of orders can be retrieved by UUID. Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/invoice-number/{{ORDER_UUID}} Method : GET Authorization : Bearer Response Structure : // Succe...