Ferry Gateway API

The Ferry Gateway service is running. Try making a POST request to this URL you're view this page at.

Implemented methods

The following methods are implemented:

Authentication

This service is stateless and acts as a middleman between you and the Expian Public API. As such, refer to the Expian API documentation for full details on how to authenticate.

Authentication involves passing a client ID and secret either as a Basic Auth header, or exchanging them for a Bearer token via the OAuth2 flow, using POST https://api.po-update.expian.io/oauth2/token.

Obtaining a client ID and secret

Credentials can be generated for Trade Partners in the Expian Admin Portal. The Trade Partner is then associated with every booking made using the credentials, and the client will only be able to access bookings made by the Trade Partner.

Setup

In order for this service to be able to map incoming requests to the correct entities in Expian, some configuration is required in the Expian Admin Portal.