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

63 total results found

Resend Payment Link

FPGO Connect Order Management

The Resend Payment Link endpoint allows your system to resend the payment link associated with an existing order to a customer. This is useful when the original link was lost, not received, expired, or needs to be sent again. You can resend the link via: SMS ...

Resend Reservation

FPGO Connect Reservation Management

The Resend Reservation endpoint allows you to resend the payment link associated with an existing reservation to the customer—either via SMS or email. This is useful if the customer did not receive the original link, or it expired, or you merely wish to prompt...

Refund Reservation

FPGO Connect Reservation Management

The Refund Reservation endpoint enables merchants to initiate either full or partial refunds for a reservation using its Reservation UUID. Depending on your business workflow, you can refund the entire order or only specific items. Upon successful submission, ...

Refund Order

FPGO Connect Order Management

The Refund Order endpoint enables merchants to initiate either full or partial refunds for an order using its Order UUID. Depending on your business workflow, you can refund the entire order or only specific items. Upon successful submission, the API responds ...

Create Session for Reservation

FPGO Connect Reservation Management

The Create Session for Reservation endpoint enables you to export a pre-created reservation into FrontGo and obtain a checkout URL in a single call. This combines reservation setup with an immediate payment session, giving the customer a seamless experience fo...

Get Reservation History

FPGO Connect Reservation Management

The Get Reservation History By Time Frame API enables you to retrieve all events associated with reservations within a specified time range. If no time frame is provided, the default is the last 24 hours. Start and end timestamp format should be in Unix Format...

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

Introduction This API provides a way for your application to automate the creation of e-invoices for private customers. It allows you to programmatically send all necessary customer and product information to Front Payment. This eliminates the need for manual ...

Send EHF Invoice

FPGO Connect Order Management

The Send EHF Invoice endpoint allows merchants to generate and send standardized electronic invoices (EHF) to corporate customers in Norway. EHF invoices conform to national and PEPPOL regulations, enabling seamless delivery to customer accounting systems and ...

Create Session For Subscription Payment

FPGO Connect Subscription Management

Use this API endpoint to create a new subscription using the checkout modality. Upon a successful request, you'll receive a paymentUrl that your application must redirect the customer to in order to complete the subscription setup. Endpoint URL: https://demo-...

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

Cancel Subscription

FPGO Connect Subscription Management

Description Cancel a subscription by uuid. Only SEND and ONGOING subscription can be cancelled Endpoint : https://demo-api.frontpayment.no/api/v1/connect/subscriptions/cancel/{subscriptionUuid} Method : POST Authorization : Bearer ...

Refund Subscription Cycle

FPGO Connect Subscription Management

Description:Refund a specific order or cycle of a subscription Url Parameter Parameters: subscriptionUuid (string, required) – Uuid Of Subscription Authentication This endpoint requires authentication using a Bearer Token. The client must send the toke...

Get Failed Payment Details

FPGO Connect Subscription Management

Description:Retrieves a failed subscription order by  orderUuid. The response includes details of the failed subscription order. Url Parameter Parameters: orderUuid (string, required)  Authentication This endpoint requires authentication using a Bearer...

Credit Check for Private Customer

FPGO Connect Credit Check

Use this API to perform a credit assessment for a private individual (a consumer) based on their social security number (Personal Number). Endpoint POST https://demo-api.frontpayment.no/api/v1/connect//credit/check/private Authentication Include a Bearer Tok...

Credit Check for Corporate Customer

FPGO Connect Credit Check

This API performs a credit assessment for a corporate customer (a business or company) based on its organization number. Endpoint POST https://demo-api.frontpayment.no/api/v1/connect//credit/check/corporate Authentication Include a Bearer Token in the Author...

Get Credit Check List

FPGO Connect Credit Check

This API allows your application to retrieve a list of all credit checks. We can add startTimestamp and endTimestamp in the request to get credit check within specific time range. Endpoint GET https://demo-api.frontpayment.no/api/v1/connect/credit/check/list?...

Get Invoice Number By UUID

FPGO Connect Order Management

The Get Invoice Number By UUID endpoint enables your system to fetch the invoice number associated with a specific order, identified by its UUID. This can help in reconciling billing records, displaying invoice references to customers, or integrating with acco...

Hosted Checkout

FPGO Connect Checkout Order

This documentation is intended for third-party developers and partners who want to integrate their systems with our secure Hosted Checkout platform. Our Hosted Checkout provides a fast, compliant, and seamless payment experience for your customers, ensuring tr...