Skip to main content Skip to footer
Merous

API Overview

  • API Overview

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 a Bearer Token
  • Regenerate API Key
  • Get Existing API Key
View Categories
  • Home
  • Guide
  • Business
  • API 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.
Merous Help Documentation
© Copyright Equaze