Skip to main content Skip to footer
Equaze Help Documentation

Login & Registration

  • Registering
  • Logging in
  • Password Reset

Account Payments

  • Direct Debit
  • Creating a Beneficiary
  • Bulk Creating Beneficiaries
  • Adding Beneficiary Address
  • Viewing Beneficiary Details
  • Editing a Beneficiary
  • Authorising Beneficiary Creation and Updates
  • Deleting a Beneficiary
  • Making a Single Payment
  • Making Bulk Payments
  • Authorising a Payment

Cards

  • Check PIN Code
  • Activate a card account

Transfers

  • Transfer Between Current Accounts in Same Currency
  • Transfer from Current Account to Card
  • Authorising a Transfer

Statements

  • Download Transaction Data Excel
  • Download Billing Statement
  • Download Monthly Statement

User Management

  • Manage User Permissions

Profile Management

  • Change Number for SMS
  • Change Password

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

  • Check API payment’s status
  •  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
  • Executing a Transaction Using PKI
  • Check API payment’s status

Check API payment’s status

< 1 min read

For business accounts use:

https://api.prd.enumis.co.uk/onlineaccount-api/send/api//list/business/paymentslist
  • [Route(“/list/business/payments”, “POST”)]

For customer accounts use:

https://api.prd.enumis.co.uk/onlineaccount-api/send/api//list/customer/paymentslist
  • [Route(“/list/customer/payments”, “POST”)]

Here is an example payload

{
  "accountERN":"ern::Enumis::Account::37ccd2186db7b9c7959ea98eb2a94cca859bd1dc9052d3f7d013a0a209469d79",
  "skip":0,
  "take":1000,
  "page":1000,
  "pageSize:":1000,
  "JobERN":"ern::Enumis::Job::436febc582269523513b769df318faba7d31f4ac9488e55d7e1fc3288afd190b"
}
  • AccountERN is the account used to send the transaction
  • JobERN can be found in the response from the /api/send request.
What are your Feelings

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
 Initiating a Secure PKI Transaction Using API
"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