Skip to main content Skip to footer
Equaze Help Documentation

Beneficiary

  • API Overview
  • Get Information of User’s Account
  • Add New Beneficiary to Account
  • Account Beneficiary Lookup
  • Deleting a Beneficiary

PKI Setup

  • Generating RSA Private Key and Certificate Request in Terminal (for macOS)
  • Generate RSA Private Key and Certificate Request in OpenSSL command prompt (for Windows)
  • Generate a Digital Certificate in Online account
  • Regenerate an API key for PKI request in Postman
  • Create a Valid Body for the Digital Certificate in Postman
  • The “Digital Signature” Creation Using .NET (Dotnet)

Executing a Transaction Using PKI

  •  Initiating a Secure PKI Transaction Using API

Webhooks

  • Enabling Webhooks

Webhooks Specifications

  • V6 Webhooks Specification
  • V7 Webhooks Specification

API Authorisation Access

  • Get Access Token Using Refresh Token
  • Get a Bearer Token
  • Regenerate API Key
  • Get Existing API Key
View Categories
  • Home
  • Guide
  • API Guide
  • Beneficiary
  • Get Information of User’s Account

Get Information of User’s Account

1 min read

Prerequisites

Have a valid Bearer Token generated by current user’s credentials ready, as it is required for authorizing the get user’s information request. Refer to Get a Bearer Token – Equaze Help Documentation for instructions on how to get a Bearer Token.

The following steps outline the process for getting current user’s information request.

Step 1: Create a New Request

Open Postman.

Create a new request:

Set the method to GET.

URL: https://api.prd.enumis.co.uk/onlineaccount-api/customer

Authorization

  • Auth Type = Bearer Token
  • Token = Your Bearer Token from prerequisites

Headers

  • Accept: text/jsonl

Step 2: Send the Request

Execute the request by clicking the “Send” button in Postman. In the response, you will find your user’s information in the response.

The response contains following main sections:

  • Information related to User
  • Information of Accounts of User.

The response provides User:

  • Account’s Available Balance (The amount is shown in pennies.)
  • “ERN” of Account(s) which will be used in APIs listed in Beneficiary – Equaze Help Documentation

Example response:

{
    "result": {
        "userAuthId": "responseData",
        "emailAddress": "responseData",
        "countryOfOrigin": "responseData",
        "countryOfResidence": "responseData",
        "title": "responseData",
        "firstName": "responseData",
        "lastName": "responseData",
        "birthDate": responseData,
        "gender": "responseData",
        "nickName": "responseData",
        "mobilePhone": "responseData",
        "workPhone": "responseData",
        "homePhone": "responseData",
        "code": "responseData",
        "accounts": [
            {
                "ern": "ern::Enumis::Account::responseData",
                "customerERN": "responseData",
                "code": "GB00ENUM04047620000000",
                "cards": [],
                "currencyCode": "responseData",
                "currencySymbol": "£",
                "createdDate": responseData,
                "modifiedDate": responseData,
                "availableBalance": 9999,
                {...}
            },
            {
                "ern": "ern::Enumis::Account::responseData",
                "businessERN": "ern::Enumis::Business::responseData",
                "customerERN": "ern::Enumis::Customer::responseData",
                "code": "XXGB12345678",
                "cards": [
                    {
                        "accountERN": "ern::Enumis::Account::responseData",
                        "businessERN": "ern::Enumis::Business::responseData",
                        "ern": "ern::Enumis::Card::responseData",
                        {...},
                    }
                ],
                {...}
            },
        ],
        {...}
    }
}
What are your Feelings

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
API OverviewAdd New Beneficiary to Account
Table of Contents
  • Prerequisites
  • Step 1: Create a New Request
    • Authorization
  • Step 2: Send the Request
"Equaze" is a trading style of Enumis Ltd. Enumis Limited is authorised and regulated by the Financial Conduct Authority as an Electronic Money Institution (FRN 900028) and authorised and regulated by the Financial Conduct Authority for Consumer Credit (FRN 724110) Company Registration E&W 7441513. Enumis Mastercard Products are issued by Enumis Limited pursuant to a license from Mastercard International Incorporated. Mastercard and the Mastercard Brand Mark are registered trademarks of Mastercard International Incorporated.
Equaze Help Documentation
© Copyright Equaze