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

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

Company Check Request

FPGO Connect Company Check

The Company Check API enables merchants and partners to verify a company’s identity and assess its creditworthiness in a secure and automated way. This process combines BankID authentication for identity verification with an integrated credit score check, ensu...

Company Information Check

FPGO Connect Company Check

The Company Information Check API allows merchants and partners to retrieve the verification history and details of a specific company. By querying a company’s ID, you can access data such as past verification attempts, credit scores, risk levels, and contact ...

Check Invoice Fee

FPGO Connect Company Check

The Check Invoice Fee endpoint lets you query the invoice-fee settings for a specific company. By supplying the company’s ID, you can retrieve the applicable B2B and B2C invoice fees along with their corresponding VAT rates. This endpoint is typically used whe...

Delayed Charge

FPGO Connect Order Management

With this API endpoint, you can charge from order using Order UUID. Endpoint POST https://demo-api.frontpayment.no/api/v1/connect/orders/delayed/charge/{{ORDER_UUID}} Authorization To access this endpoint, include a Bearer Token in the Authorization header o...

Get Credit Check By UUID

FPGO Connect Credit Check

This API enables your application to retrieve detailed information for a credit check history using its unique UUID. It provides a complete snapshot of a credit check request including its score, score message, risk level, organizationId/personalNumber. Use Ca...

Create New User

FPGO Connect User Management

This API enables your application to Create new Business Admin or Business user under current user's organization. Endpoint GET https://demo-api.frontpayment.no/api/v1/connect/users/create/{{userRoleSlug}} userRoleSlug can be either 'user' or 'business-admin'...

Update Payment Link

FPGO Connect Order Management

With this API endpoint, you can update payment link which status is yet in SENT. Endpoint POST https://demo-api.frontpayment.no/api/v1/connect/orders/{{orderUuid}}/update-payment-link Authorization To access this endpoint, include a Bearer Token in the Autho...

Verify Connect Token

FPGO Connect Connect Token

The Verify Connect Token endpoint lets verify the current connect token. Endpoint GET https://demo-api.frontpayment.no/api/v1/connect/token/verify Authorization Include a Bearer Token (which we are going to verify) in the Authorization header. You can obtain ...

Get All Order Details By DateRange

FPGO Connect Order Management

This API returns order details within a specific date range. It provides a complete snapshot of any specific transaction, including its status, products, customer details, and payment summary. This is essential for customer support, order tracking, and offerin...