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

58 total results found

Resend Payment Link

FPGO Connect Order Management

To resend the payment link to the customer, you need to pass the Country Code, MSISDN, and Email via this API. Please note that, if you want to send the payment link via SMS then Country Code and MSISDN (both) are required, for email, these two can be null. An...

Resend Reservation

FPGO Connect Reservation Management

To resend the payment link to the customer, you need to pass the Country Code, MSISDN, and Email via this API. Please note that, if you want to send the payment link via SMS then Country Code and MSISDN (both) are required, for email, these two can be null. An...

Refund Reservation

FPGO Connect Reservation Management

Retrieve Product ID from Get Order Details API using reference. Endpoint : https://demo-api.frontpayment.no/api/v1/connect/reservations/refund/{{RESERVATION_UUID}} Method : POST Authorization : Bearer Payload Validations : 'type...

Refund Order

FPGO Connect Order Management

Retrieve Product ID from Get Order Details API. Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/refund/{{ORDER_UUID}} Method : POST Authorization : Bearer Payload Validations : 'type' => 'required|string|in:reg...

Create Session for Reservation

FPGO Connect Reservation Management

With this API endpoint, you can export reservations to Front Payment Go and get checkout URLs in return.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/reservations/create Method : POST Authorization : Bearer Payload Va...

Get Reservation History By Time Frame

FPGO Connect Reservation Management

By this API all events for all reservations can be retrieved within a time frame. If no timestamp is given, the last 24 hours will be the default time frame. Start and end timestamp format should be in Unix Format (ex: 1706674723). Endpoint : https://...

Request Refund Approval

FPGO Connect Refund Management

Retrieve Product ID from Get Order Details API using reference. In the message field you need to pass the message why you can not complete the refund via regular refund flow, better to add the exact message received while trying to refund with the regular endp...

Send E-Faktura

FPGO Connect Order Management

With this API endpoint, you can export orders to Front Payment Go and get payment URLs in return.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/invoice/create/faktura Method : POST Authorization : Bearer Payload...

Send EHF Invoice

FPGO Connect Order Management

With this API endpoint, you can export orders to Front Payment Go and get payment URLs in return.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/invoice/create/ehf Method : POST Authorization : Bearer Payload Val...

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

Create Session For Subscription Payment

FPGO Connect Subscription Management

Use the following endpoint and payload to create a new subscription for checkout modality. After getting a successful response you need to redirect to the given payment link which is given in response payload. Authentication This endpoint requires authentica...

Get Subscription List

FPGO Connect Subscription Management

Description:Retrieves a paginated list of subscriptions. The response includes details of each subscription, and filtering options can be applied via query parameters. Url Parameter Parameters: status (string, optional) – Filter subscriptions by status (e....

Resend Subscription

FPGO Connect Subscription Management

Description:Resend  subscription payment link. Url Parameter Parameters: subscriptionUuid (string, required) – Resend the subscription order. Endpoint : https://demo-api.frontpayment.no/api/v1/connect/subscriptions/resend/{subscriptionUuid} ...