Public
Documentation Settings

Wigo API

Wigo Payment Aggregation System interoperable with other financial technologies and paradigm like Crypto-Currency and Open Banking. These APIs can be integrated into any application to access Wigo User's account and process transactions on their various dedicated wallets.

  • Version: 1.0
  • DevStage: alpha.1
  • Base URL: https://api.wigo.one

Required HTTP Request headers

HeaderDescription
GB-User-AgentRegistered User-Agents only recognise by Globe APS by device and platform type
GB-Auth-TokenConnection session token or a user
GB-Auth-DeviceAssigned ID to the user's connected device
Service-AgentName and version of the service accessing the APIs
Service-TokenAuthorisation token of the service accessing the APIs

Authorizer

List of endpoints to grant & manage authorisation credentials to 3rd party applications that integrate Wigo APIs.

POSTRequest Authorization

https://api.wigo.one/v1/authorization/request

Get credentials to access APIs from 3rd party applications.

Bodyraw (json)
json
{
    "agent": "Wigo/1.0",
    "scope": {
        "apis": [],
        "entities": [ "account", "agent" ]
    },
    "instance": true
}

PUTRefresh Authorization

https://api.wigo.one/v1/authorization/refresh

Refresh credentials being used to access APIs. Must be call when credentials have expired or got compromised.

HEADERS
Service-Agent
Service-Token
Bodyurlencoded
agent
token
expiry
Loading