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

17 total results found

Create Subscription

FPGO Connect Subscription Management

Use this API to create a new subscription. After a successful request, the response will include a payment link that you must redirect your customer to in order to complete the subscription setup. Endpoint POST https://demo-api.frontpayment.no/api/v1/connect/s...

Get Subscription Details By Uuid

FPGO Connect Subscription Management

Description:Retrieves a subscription by uuid. The response includes details of the  subscription. Url Parameter Parameters: subscriptionUuid (string, required)  Authentication This endpoint requires authentication using a Bearer Token. The client must ...

Get Failed Payment List

FPGO Connect Subscription Management

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

Get Customer Details By Uuid

FPGO Connect Customer Management

This API request fetches the complete profile for an existing customer. The response includes the customer's personal information and their billing and shipping addresses. Endpoint GET https://demo-api.frontpayment.no/api/v1/connect/customers/details/{CUSTOME...

Update Private Customer

FPGO Connect Customer Management

This API endpoint allows you to update the details of an existing private customer. You can modify information such as their name, email, phone number, and address. Endpoint PUT https://demo-api.frontpayment.no/api/v1/connect/customers/update/private/{CUSTOME...

Update Corporate Customer

FPGO Connect Customer Management

This API endpoint allows you to update the details of an existing corporate customer. You can modify information such as their name, email, phone number, and address. Endpoint PUT https://demo-api.frontpayment.no/api/v1/connect/customers/update/corporate/{CUS...

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. Endpoint GET https://demo-api.frontpayment.no/api/v1/connect//credit/check/list Authentication Include a Bearer Token in the Authorization header. You can obtain this token from Front ...

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

Notifications via Callback URL

FPGO Connect Callback Integration

Frontpayment will notify your system of the payment status via the callback.callbackUrl you provided in the initial request payload. This allows you to update the order status in your system accordingly. The callback URL will include the following parameters a...