Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

9 total results found

Get Terminal Lists

FPGO Connect Terminal Order Management

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

FPGO Connect Terminal Order Management

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

FPGO Connect Terminal Order Management

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

FPGO Connect Terminal Order Management

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

FPGO Connect Terminal Order Management

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

FPGO Connect Terminal Order Management

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

FPGO Connect Terminal Order Management

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

FPGO Connect Terminal Order Management

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

FPGO Connect Order Management

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...