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

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

Description:Credit check for private customer by personalId. Authentication This endpoint requires authentication using a Bearer Token. The client must send the token in the Authorization header for every request. Example Authentication Header: Authoriza...

Credit Check for Corporate Customer

FPGO Connect Credit Check

Description:Credit check for corporate customer by organizationId. Authentication This endpoint requires authentication using a Bearer Token. The client must send the token in the Authorization header for every request. Example Authentication Header: Aut...

Get Credit Check List

FPGO Connect Credit Check

Description:Credit check list Authentication This endpoint requires authentication using a Bearer Token. The client must send the token in the Authorization header for every request. Example Authentication Header: Authorization: Bearer YOUR_ACCESS_TOKEN ...

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

Hosted Checkout Integration Guide

FPGO Connect Order Management

Frontpayment Hosted Checkout Integration Guide This documentation outlines the steps for third-party developers to integrate with our Frontpayment Hosted Checkout system. This system provides a seamless payment experience for your users, offering various paym...

Notifications via Callback URL

FPGO Connect

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