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

API Documentation

Front Payment Go API Documentation

FPGO Connect

Front Payment Go Connect API Documentations

Order Management

FPGO Connect

APIs for managing orders with Front Payment Go.

Reservation Management

FPGO Connect

Subscription Management

FPGO Connect

Api's to manage subscription with fpgo

Customer Management

FPGO Connect

Refund Management

FPGO Connect

Terminal Order Management

FPGO Connect

Credit Check

FPGO Connect

Create Session for One - Time Payment Link

FPGO Connect Order Management

With this API endpoint, you can export orders to Front Payment Go and get payment URLs in return.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/regular/submit Method : POST Authorization : Bearer Payload Validat...

Create Session for Invoice Order

FPGO Connect Order Management

With this API endpoint, you can export an order as an invoice to Front Payment Go and get an Order  Universal Unique ID (UUID) in return.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/regular/submit Method : POST Autho...

Get All Order Status

FPGO Connect Order Management

By this API all order statues can be retrieved. Each order's status will be denoted by it's UUID. Can be filtered by status type as query (?type=). Types are listed below:  Paid Invoiced Endpoint : https://demo-api.frontpayment.no/api/v1/connect...

Get Order Status By UUID

FPGO Connect Order Management

By this API all order statues can be retrieved by UUID.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/status/{{ORDER_UUID}} Method : GET Authorization : Bearer Response Structure :   // Success { "statu...

Get Order Details By UUID

FPGO Connect Order Management

By this API single order details can be retrieved by UUID.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/details/{{ORDER_UUID}} Method : GET Authorization : Bearer Response Structure :   // Success { ...

Submit Reservation

FPGO Connect Reservation Management

With this API endpoint, you can export reservations to Front Payment Go and get checkout URLs in return.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/reservations/submit Method : POST Authorization : Bearer Payload Va...

Get Reservation Details By UUID

FPGO Connect Reservation Management

By this API single reservation details can be retrieved by UUID.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/reservations/details/{{RESERVATION_UUID}} Method : GET Authorization : Bearer Response Structure :   /...

Create Subscription

FPGO Connect Subscription Management

Use the following endpoint and payload to create a new subscription. After getting a successful response you need to redirect to the given payment link which is given in response payload. Authentication This endpoint requires authentication using a Bearer To...

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

Endpoint : https://demo-api.frontpayment.no/api/v1/connect/customers/details/CSRT1511414842 Method : GET Authorization : Bearer Response Structure : { "status_code": 200, "status_message": "OK", "message": "custome...

Update Private Customer

FPGO Connect Customer Management

Endpoint : https://demo-api.frontpayment.no/api/v1/connect/customers/update/private/{customerUuid} Method : PUT Authorization : Bearer Payload Validations : 'countryCode' => 'required|string', 'msisdn' => 'required|string|min:8|...

Update Corporate Customer

FPGO Connect Customer Management

Endpoint : https://demo-api.frontpayment.no/api/v1/connect/customers/update/corporate/{CustomerUuid} Method : PUT Authorization : Bearer Payload Validations : 'countryCode' => 'required|string', 'msisdn' => 'required|string', '...

Cancel Order

FPGO Connect Order Management

Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/cancel/{{ORDER_UUID}} Method : POST Authorization : Bearer Payload Validation :   'cancellationNote' => 'required|st...

Cancel Reservation

FPGO Connect Reservation Management

Endpoint : https://demo-api.frontpayment.no/api/v1/connect/reservations/cancel/{{RESERVATION_UUID}} Method : POST Authorization : Bearer Payload Validation :   'note' => 'required|st...

Capture Reservation

FPGO Connect Reservation Management

Retrieve Product ID from Get Reservation API. Endpoint : https://demo-api.frontpayment.no/api/v1/connect/reservations/capture/{{RESERVATION_UUID}} Method : POST Authorization : Bearer Payload Va...

Charge Reservation

FPGO Connect Reservation Management

Endpoint : https://demo-api.frontpayment.no/api/v1/connect/reservations/charge/{{RESERVATION_UUID}} Method : POST Authorization : Bearer Payload Validation :   'products' => 'require...

Complete Reservation

FPGO Connect Reservation Management

Endpoint : https://demo-api.frontpayment.no/api/v1/connect/reservations/complete/{{RESERVATION_UUID}} Method : POST Authorization : Bearer Payload Validation :   'note' => 'required|...

Send Payment Link

FPGO Connect Order Management

With this API endpoint, you can export orders to Front Payment Go and get payment URLs in return.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/payment-link/create Method : POST Authorization : Bearer Payload Va...

Send Invoice

FPGO Connect Order Management

With this API endpoint, you can export orders to Front Payment Go and get payment URLs in return.  Endpoint : https://demo-api.frontpayment.no/api/v1/connect/orders/invoice/create Method : POST Authorization : Bearer Payload Validat...