Advanced Search
Search Results
10 total results found
Get Invoice Number By UUID
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...
Company Check Request
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
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
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
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
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
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
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
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
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...