Introduction

This API enables you to connect seamlessly and securely to our Omni-Channel Unified Commerce Platform. Our developer area provides:

  • • Developer Guides
  • • API Specifications
  • • SDKs
  • • Sandbox Tools

 

Before starting, you should consider which integration method you will be using. Our Hosted Checkout option is simple and can be completed in the shortest amount of time. Our REST API gives you access to all of our features and provides the most flexibility when completing your integration.

 

Versioning

Versioning ensures that changes are backward compatible. Our API uses a major and minor version nomenclature to manage changes. Major version numbers will reflect in the REST URL, for example /v1/merchants.

 

Currently, v1 is the only supported major version.

 

Environments

For ease of development, we provide separate Sandbox and Production environments. When starting your integration, we recommended that you use our sandbox environment. Once you are satisfied with your integration you can connect to our production environment. Below are the API endpoints for our sandbox and production environments.

 

Sandbox

Use the sandbox url included in the API reference.

 

Production

Use the production url included in the API reference.

 

SDKs

Low code option - Use an SDK or client-side library to get to market faster. Whether you’re developing in iOS, Android, Windows or Linux, we’ve got you covered. We have easy-to-use SDKs for ecommerce, in-store, mobile and self-service integrations.

 

Software Development Kits (SDKs) are native libraries that developers can use to simplify the integration process. This can shave months of development time off the integration process and get merchants to market much faster.

 

Plugins

No Code - Integrate a feature-rich shopping cart or platform extension. We provide integrations with third-party platforms, shopping carts, and vertical platforms and partners.

 

Terminals

Our platform offers a few different ways for you to accept card present payments. Whether using mobile on iOS or Android, a countertop terminal in a retail space or an unattended kiosk environment, we have you covered! Just choose the solution that best suits you.

 

Easy-to-use SDKs are available for you to use to speed up your integration. To get started, we recommend contacting the Implementations Team to discuss the best solution to integrate to our platform.

 

Getting Started

This guide is going to provide instructions on how to integrate with our platform and gateway. We are committed to providing developers with a straightforward experience. Schedule a session with our Implementations Team to:

  • 1. Outline your Requirements
  • 2. Review the API
  • 3. Provide the best methods to meet your needs

 

If your integration requires a require a live account, it will need to be approved prior to going live. Contact us to get the process started. It is also recommended to review our Acceptable Use Policy to ensure your business is eligible.

 

How it Works

Our platform offers a few different ways for you to accept card present payments. Whether using mobile on iOS or Android, a countertop terminal in a retail space or an unattended kiosk environment, we have you covered! Just choose the solution that best suits you.

 

Integration Options

Before starting, you should consider which integration method you will be using.

 

1. Hosted Checkout Payment Page

 

Our Hosted Payment Page option is simple and can be completed in the shortest amount of time. HPPs are typically used when integrators are trying to get to market rapidly or looking for a simple way to reduce PCI scope. It is a method to integrate websites with our payment gateway. This is a hosted service with the highest levels of internet security, whose appearance can be customized to look just like your site. This is solely for use as a payment gateway for websites.

 

Benefits:

  • • Single Integration
  • • Easy Integration
  • • Customizable
  • • Plug-ins Available
  • • iFrame Compatible

 

2. REST API

 

Our REST API gives you access to all of our features and provides the most flexibility when completing your integration and is intended for much more elaborate integrations. It offers full access to all of our products and services through a common platform gateway and can also be integrated into your existing infrastructure. When using our REST API, you must maintain your own security and are subject to PCI security assessments.

 

Our APIs are built around REST principles and OpenAPI Specification definitions. Complying to such industry standards means that we can offer developers a much better experience by exposing predictable resource-oriented URL's as well as a comprehensive range of HTTP response codes and verbs.

 

Benefits:

  • • Single Integration
  • • Omnichannel
  • • Access to a full range of products, services and features
  • • Flexibility
  • • SDKs
  • • Plug-ins

 

3. Advanced Solutions

 

No integration is too complex. If you have a unique problem or have a specific integration question, contact our implementations team so we can determine the best solution for you. If you're building a custom solution our REST API can be used for more advanced integrations.

 

Settings

Each type of integration and each feature may require some settings to be configured differently to work as intended for your use case.

 

Solutions

Solutions represent a group of partners and merchants, to which a certain set of parameters, rules and configurations are applied. Solutions can be based on different criteria such as, line of business, region or country, method of acceptance, etc. The Implementations Team will work with you to make available the solution(s) needed for your use case.

 

To view Solutions, while logged in:

  • A. Click Profile > Settings > Settings > Config
  • B. See under Solutions

 

Important Note: A solution is only required when creating a new merchant profile

 

API Status

Your API status needs to be set to Active in order to start working with our API.

 

To view your API status, while logged in:

  • A. Click Profile > Settings
  • B. Go to Authentication
  • C. Your API status is visible in the top left corner

 

If your API status is not set to Active, contact support and they will be happy to assist

 

Authentication

All requests must be made over HTTPS and are authenticated with an Application ID and API Key using HTTP Basic Authentication. Username is the Application ID and Password is API Key. You can create, view and manage your applications when logged in. Application ID can be made public. API Keys must be kept secret.

 

To generate your Application ID and API Key, while logged in:

  • A. Click Profile > Settings
  • B. Go to Authentication
  • C. Click New Application and enter the required information
  • D. Click Save
  • E. Copy and securely store your Application ID and App Key

 

Whitelist IPs

Whitelist your IP address in order to filter out unauthorized API calls. If you don’t whitelist an IP, calls from all IP addresses will be allowed for your API Key.

 

To whitelist IPs, while logged in:

  • A. Click Profile > Settings
  • B. Go to Authentication
  • C. Click New IP Address and enter the required information
  • D. Click Save

 

The entered IP address will now be whitelisted.

 

Webhooks

Configure webhook notifications to be used when transactions, profiles, accounts, alerts are created and/or updated within the platform.

 

To set and configure Webhooks, while logged in:

  • A. Click Profile > Settings
  • B. Go to Webhooks
  • C. Click New Webhook and enter the required information
  • D. Set the events for which you would like to receive webhook notifications
  • E. Click Save

 

Once saved, you will be provided with the secret to be used for authentication. The secret should be kept private and not shared.

 

Gateway Settings

Each type of integration and each feature may require some settings to be configured differently to work as intended for your use case. You can also configure the settings used for our Hosted Checkout.

 

To view Gateway settings, while logged in:

  • A. Click Modules > Gateway

 

To view Hosted Checkout settings, while logged in:

  • A. Click Modules > Checkout

 

Sandbox

To get started with our API, you will need to register for a sandbox account. Our full-featured sandbox is a unified interface that gives you access to all you will need to build and test your integration. If you haven’t already done so, you can click Register in the menu above the get started.

 

Sandbox Testing

As a starting point, our sandbox environment provides a secure way for users to build their integrations and sample the full range of capabilities our API offers. It is highly recommended that all testing in your sandbox account as testing on a live account can cause problems. You should ensure that your test environment is configured as close as possible to your live environment.

 

When using shopping carts, testing will be quite specific depending on the shopping cart and plug-in being used. The Implementations Team can ensure that you cover all the relevant tests for your integration method.

 

Our Sandbox environment allows developers to take actions that in the production environment would require an administrative officer to take

 

Test Merchants

In the Sandbox environment, you can create Test Merchants with the necessary information and settings based on your use case that can be used for development and testing.

 

To create and view Test Merchants, while logged in:

 

A. Click Profile > Settings > Settings > Testing

 

Test Cards

During development, the platforms’ sandbox will accept any PAN, future expiry date and 3-digit combination (4 for Amex cards) however, live cards should never be used. If needed, you can use the test cards listed below during development. The test cards are required when using the response simulator and when validating your integration with the Implementations Team.

Group A

Brand Card Number Expiry CVV PIN
Visa476153000111111812-2030123
MasterCard513722111111666812-2030123
Discover601120870111777512-2030123
AMEX37103008911133812-20301234
Diners Club3618590001111212-2030123
JCB356600234543215312-2030123
PIN Debit401777999111333512-20301231234
EBT5076800002222223

Group B

Brand Card Number Expiry CVV PIN
Visa400000040000000812-2030123
Visa444433332222111112-2030123
MasterCard555555555555444412-2030123
MasterCard520000000000001512-2030123
Visa (3D)401849000000001312-2030123secret
MasterCard (3D)518616040000001112-2030123100

 

Simulations

During development, simulate receiving different responses by using the values in your request to receive their expected status and response. Contact the implementations team if you have any questions when using the simulator.

Transactions

Use the test cards and the values below in the new transaction request to receive their expected status and response. Information to use for payment type, transaction type and currency depends on what has been enabled for your account.

Amount Value Expected Status Expected Response Notes
0.01Authorization000 – Approved
0.02Pending90026 - ThreeD Authentication Pending
0.03Complete000 - Approved
0.04Declined116 – Not Sufficient Funds
0.05Declined500 – Declined
0.06Declined207 – CVV2 Declined
0.07Error350 – System Malfunction or Timeout
0.08Complete000 – ApprovedApproved with 30 second delay
0.09Declined500 – DeclinedDeclined after 45 second delay
0.10ErrorTimeout

Profiles

Use the different values below in the create merchant profile request to receive their expected status in the response. Information to use for solution depends on what has been enabled for your account. Other information used when creating profiles is based on the solution configuration. More information on creating profiles can be found at Guides > Boarding > Merchants > Creating Profiles.

agentUuid Value Expected Status Notes
123abcDuplicate
abc123NewAccepted with 45 second delay
321cbaError
456defErrorTimeout

Validation

Once your integration is completed and tested, you will be required to obtain validation from our Implementations Team prior to going live. This process allows you to verify that your system not only submits correctly formatted data, but also correctly parses the data returned to you in response messages. You can initiate this process from within your Sandbox account.

To begin a New Validation, while logged into the Sandbox:

  • A. Click Profile > Settings
  • B. Go to Validation
  • C. Click New Validation
  • D. Complete the Information
  • E. Click Submit

A member of the Implementations Team will contact you to guide you through each required test and complete the validation. For each type, specific data is supplied that you must use in your requests. Use of this data allows the validation of your structure, as well as returning a response file containing known data. The test data supplied does not account for all data fields in a particular request. Where data is not supplied, you should provide appropriate information. You can track the progress by clicking View.

 

Please note that to finalize your integration, you will be required to perform a series of tests to ensure consistency and that your integration meets our requirements. Once the Implementations team has verified the tests, your integration will be validated, and you will then be able to connect to the production environment.

 

Support

Help Desk

If you need assistance while using the platform or APIs, our Help Desk is available to provide direct support.

To open a ticket:

  • A. Log in to your account.
  • B. Navigate to Support > Help Desk.
  • C. From there, you can open a new support ticket, respond to existing tickets, or manage your ongoing tickets.

The Help Desk is the best way to receive an expedited response from our support team. Whether you have technical questions, need troubleshooting assistance, or require operational support, opening a Help Desk ticket ensures your request is tracked and handled as quickly as possible.

We’re here to help — and using the Help Desk ensures you get connected to the right team for your needs.

Blocked Countries

The following countries are currently blocked from the platform:

Country Code Country
AFAfghanistan
BYBelarus
KHCambodia
CFCentral African Republic (the)
CDCongo (the Democratic Republic of the)
CUCuba
EREritrea
ETEthiopia
GTGuatemala
HTHaiti
IRIran (Islamic Republic of)
IQIraq
KPKorea (the Democratic People's Republic of)
LYLibya
MLMali
MDMoldova (the Republic of)
MMMyanmar
NINicaragua
NGNigeria
RURussian Federation (the)
SOSomalia
SSSouth Sudan
LKSri Lanka
SDSudan (the)
SYSyrian Arab Republic
UAUkraine
VEVenezuela (Bolivarian Republic of)
YEYemen
ZWZimbabwe

Status Codes

Profiles

Status Code Description
NewProfile successfully created and awaiting further processing and/or review.
PendingProfile is awaiting approval or additional actions
ApprovedProfile has been approved and is awaiting setup
DeniedProfile has been denied and cannot proceed further
DuplicateDuplicate Profile exists, and this instance is flagged for review or removal.
ActivationProfile is pending activation
ActiveProfile is fully operational
ReviewProfile is under review
RestrictedProfile has limited access or functionality
DormantProfile has not been accessed for an extended time but can potentially be reactivated
ClosedProfile has been closed and is no longer active
ArchivedProfile has been deactivated and no longer accessible
SavedEnrollment form has been saved but not submitted or finalized

Transactions

Status Code Description
AuthorizationTransaction has been approved but not yet captured or completed
CancelledTransaction has been stopped or cancelled before completion
CompleteTransaction has been successfully processed and finalized
DeclinedTransaction has been declined
ErrorAn error occurred during the transaction, preventing it from being processed
HoldTransaction is temporarily on hold, awaiting further review and/or action
PendingTransaction is in progress but not yet finalized
RefundTransaction has been refunded
ReversedTransaction has been reversed
SettledTransaction has been successfully captured or completed
VoidTransaction has been cancelled after authorization but before completion or settlement

Compliance

Status Code Description
C00Please provide a valid Government issued ID, Driver's License or Passport for validation, there may have been an error with the document provided please make sure that it is not expired, the image of the ID is clear, there is no glare or flash, and all four corners are visible.
C01Please verify the individual’s name for accuracy, confirming it reflects the legal name as it reads on the identity document or provide a legal document that authorizes a name change.
C02Please verify the legal business name for accuracy, confirming it matches the information on the business documents and contains the company type i.e., LLC, Inc., LLP, etc.
C03Please review the Date of Birth for accuracy, confirming the date is entered in the standard format: MM/DD/YYYY and matches the date on the individual's identity document.
C04Please review the SSN/SIN/TIN and Name for accuracy, confirming it is a valid SSN/SIN/TIN that is associated with the name provided. If applicable, update the SSN/SIN/TIN and/or name to match government records.
C05Please review the EIN, GIIN, Tax ID or Company Number for accuracy, confirming it is a valid number associated with the entity. If applicable, provide a document to confirm the EIN, GIIN, Tax ID or Company Number.
C06Please review the address for accuracy, confirming the street, city, state, and/or ZIP code are associated with the individual's residential address. PO Box and mail receiving agencies are not accepted. If applicable, please provide proof of address (mail item) dated within the last 90 days (e.g., Monthly Bill Statement, Bank/Credit Card Account Statement, Rental Lease Agreement, Vehicle Registration, Copy of Real Estate Property Title or Property Tax Bill).
C07Please review the company address for accuracy, confirming it is the physical, principal place of business either reflected within the company formation or incorporation documents. Mailbox addresses, PO Boxes, and registered agent addresses are not allowed. If applicable, provide proof of address (mail item) dated within the last 90 days (e.g., Monthly Bill Statement, Bank/Credit Card Account Statement, Rental Lease Agreement, Vehicle Registration, Copy of Real Estate Property Title or Property Tax Bill).
C08Please provide the Company’s official formation or organizational documentation evidencing the entity's existence (e.g., Certificate of Good Standing).
C09Please provide proof of Beneficial Ownership. Evidence of Beneficial Ownership may be reflected in a company's Operating Agreement, Bylaws, Articles of Incorporation, or Share Registry clearly reflecting ownership percentage or share capital.
C10Invalid Document Type
C11Invalid Document File Extension. ID documents can only be jpg, jpeg, gif, tif, tiff, png extensions.

Response Codes and Descriptions

Response Code Description
000Approve
001Schema Validation Error
1Transaction succeeded.
002Approve for partial amount
2Registration successful.
003Approve VIP
3Registration successfully deleted.
4Transaction captured successfully.
5Transaction refunded successfully.
6Transaction cancelled successfully.
7Cardholder successfully registered.
8Cards or account details retrieved successfully.
9Merchant successfully created.
10Invoice generated succesfully.
11Invoice cancelled successfully.
12Invoice reminder sent successfully.
13Invoice regenerated successfully.
14Invoice found successfully.
15OTP created successfully.
16Password changed successfully.
17Successful OTP verification.
18Password Generated Successfully and Mail sent.
19Order ID get successfully for invoice.
20Invoice configuration updated successfully.
22Get InvoiceConfig Details SuccessFully.
23Verification Mail Sent SuccessFully.
24Get Address Details SuccessFully.
25Address Details Updated SuccessFully.
26Your record found successfully.
27Payment and Card type details retrieved successfully..
28Transaction receipt saved successfully..
29Transaction details retrived successfully..
30Merchant logout successfully..
31Token Regenerated Successfully.
32Your Account has been Locked. Kindly Contact the Support Desk..
33Exceed OTP Generation limit, Please try after an hour.
34Mail Send Successfully.
35SMS Send Successfully.
100Do not honor
101Expired card
102Suspected fraud
103Unable to process TeleCheck recurring transaction with this payment type (not associated with insufficient or uncollected funds)
104Restricted card
105Call acquirer’s security department
106Allowable PIN tries exceeded
107Call for authorization
108Refer to issuer’s special conditions
109Invalid merchant. merchant is not in the merchant database or the merchant is not permitted to use this particular card
110Invalid amount
111Invalid Host Totals Date
112DES Encryption not allowed from the device / terminal
113Host Totals are Incomplete
114Invalid account type
115Invalid HIP Amount
116Not sufficient funds
117Incorrect PIN or PIN length error
118No card record
119Transaction not permitted to cardholder
120Transaction not permitted to terminal
121Exceeds withdrawal amount limit
122Security violation
123Exceeds withdrawal frequency limit
124Violation of law
129Suspected counterfeit card
130Invalid terminal
131Invalid account number
132Unmatched card expiry date
133The TPP ID was not found
134Not sufficient funds
135Invalid Country Code
136Invalid Region Code
150Invalid merchant set up
151Activation failed
152Exceeds limit
153Already redeemed
154Over monthly limit
155Recharge amount exceeded
156Max number of recharges exceeded
157Invalid entry
200Token generated successfully.
208Lost Card / Lost Check
209Stolen card
210Invalid use of MCC - correct and reattempt
211Invalid SKU number.
212Missing conditional data.
213Invalid account number for card type.
214Invalid payment type/card type for merchant ID.
215Invalid transaction for Merchant ID.
216Invalid TransArmor request. Not supported for given Payment Type, or Merchant is not enabled for Transarmor
217Missing or invalid secure payment data.
218Merchant ID not enabled for Secure Code.
219Invalid Merchant Category Code
220Customer service phone number missing.
221Merchant not enabled for soft descriptors, account updater or optimization processing.
222Partial auth not allowed.
223Customer under 18 years old.
224Account blocked – possible compromise.
225Bill-to address does not match ship-to.
226Invalid preapproval number.
227Invalid email address.
228Need more ID – request full SSN.
229Previously declined/closed account.
230One time stop payment requested by cardholder.
231Stop payment requested for all payments.
232Stop all payments – account closed.
233Auth response date not valid.
234Issuance under minimum amount.
235Outstanding auth – funds on hold.
236Activation amount incorrect.
237Deny – new card issued.
238BIN blocked.
242Customer opt-out.
243Institution does not accept ACH payments.
244Original transaction not approved.
245Invalid MICR data.
246Declined due to high risk.
247Declined due to stand-in rules.
248Conditional Approval – Hold shipping for 24 hours
250Re-authorization request is declined. Original Auth could not be found.
251Re-authorization request is declined. The customer account number, merchant id, or amount did not match the original authorization.
252Re-authorization request is declined. The amount significantly exceeds the original request amount.
253Re-authorization request is declined. The timeframes for re-authorization have been exceeded.
254Counter Offer to Supply Personal Guaranty.
300Invalid EAN or SCV.
301Lock has expired on prepaid card.
302Account closed. The account was closed, probably because the account balance was $0.00
303Unknown account. The account could not be located or the account does not exist in the account table
304Inactive account. The account has not been activated by an approved location
308Already active. The card is already active and does not need to be reactivated
311Not lost or stolen
315Bad mag stripe. The mag stripe could not be parsed for account information
316Incorrect location. There was a problem with the merchant location
317Max balance exceeded. The transaction, if completed, would cause the account balance to be exceeded by the max_balance as specified in the promotion. Some merchants set the max_balance to a value twice the max transaction amount
318Invalid amount. There was a problem with the amount field in the transaction format – more or less than min/max amounts specified in the promotion for that transaction
319Invalid clerk. The clerk field was either missing, when required, or the content did not match the requirements
320Invalid password
321Invalid new password. The new password does not meet the minimum security criteria
322Exceeded account reloads. The clerk/user/location was only permitted to reload some number of accounts. That number was exceeded. (See your Business Manager in order to extend this limit.)
323Password retry exceeded. The user account has been frozen because the user attempted access and was denied. Seek management assistance
326Incorrect transaction version or format number for POS transactions
327Request not permitted by this account
328Request not permitted by this merchant location
329Bad_repay_date
330Bad checksum. The checksum provided is incorrect
331Balance not available (denial). Due to an internal Prepaid Closed Loop issue, information from this account could not be retrieved
332Account locked
333No previous transaction. The void or reversal transaction could not be matched to a previous (original) transaction. In the case of a redemption, the corresponding locking transaction could not be identified
334Already reversed
336Bad Authorization ID. The Authorization ID test failed
337Too many transactions requested
338No transactions available/no more transactions available. There are no transactions for this account or there are no transactions as determined by the specified first transaction number
339Transaction history not available
340New password required
341Invalid status change. The status change requested (e.g. lost/stolen, freeze active card) cannot be performed
342Void of activation after account activity
343No phone service. Attempted a calling card transaction on an account which is not configured for calling card activity
344Internet access disabled
345Invalid Date or Time
350Additional customer authentication required or, Customer Authentication Required (Decline – Discover only)
351Customer PIN authentication required
355Invalid currency. The provided currency is invalid.
356Currency Not Supported
357Currency conversion error
359The terminal transaction number did not match (on a void or reversal).
367Target embossed card entered and Transaction count entered do not match
368No account link
369Invalid time zone
370Account on hold or subscriber not active
372Promo location restricted
373Invalid Card Account
374Product code(s) restricted
375Bad Post Date. The Post Date is not a valid date.
376Account status is void lock
377Already active and reloadable
378Account is Purged. The Account record was purged from the database.
380Bulk activation error
381Bulk activation un- attempted error
382Bulk activation package amount error
383Store location zero not allowed
384Account row locked
385Accepted but not yet processed
401Authorization Failed.
402TransArmor Service Unavailable
403TransArmor Invalid Token or Account Number
403Token generation forbidden.
404TransArmor Key Error
414Void/Full Reversal request unable to process due to network cut-off window elapsed. A Refund transaction is necessary to reconcile the cardholder’s account. Applicable to Debit networks only.
430Prepaid Card Amount Over EU AMLD (Anti-Money Laundering Directive) Limit
500Decline
501Date of Birth Error for Check Processing
502Invalid State Code
503New Account Information
504Do not try again
505Please retry
506Invalid Checking Account Number
507New Account Information Available
508Try again later – Declined: Association‘s payment cancellation advice code provided. Applies to recurring authorizations only. These are examples of what may have occurred: the account is over the credit limit try again in 72 hours.
509Do not try again – Applies to recurring authorizations only. The card has expired
510New Account Information – Applies to recurring authorizations only. The card has expired.
511Try again later – Applies to recurring authorizations only. The card has expired. Get the new expiration date and try again.
512Service not allowed or invalid surcharge amount
513Decline. Transaction not permitted to acquirer or terminal.
514Do not try again – Applies to recurring authorizations only. There was security violation.
515Declined. No term record on system
516Please retry – Reasons for this error are one of the following: Format Error, Unable to route transaction, Switch or issuer unavailable, System Busy, Timeout
517CVV2 Declined
518Invalid account/date or sales date in future
519Invalid Effective Date
520Reversal Rejected. Do not try again.
521Enter lesser amount
522Cash Back greater than total Transaction amount
523Crypto box is offline
524Debit Switch unavailable Timeout Retry – Communications link to debit/EBT network gateway is down or responded with a “System Malfunction (96)” message
525Debit/EBT network gateway cannot get through to the ISSUER.
526Undefined Card – Debit/EBT network gateway cannot route card based on Merchant Entitlement
527Network Response indicates that Merchant ID / SE is invalid
528Debit/EBT transaction count exceeds pre-determined limit in specified time/ Withdrawal limit exceeded.
529Resubmission of transaction violates debit/EBT network frequency
530The authorizing network has a problem decrypting the cryptogram in the request
531Retry with 3DS data
532The DUKPT Base Derivation key is missing or incorrect in the PIN pad, PIN key synchronization error, or Master session PIN key is missing.
533Invalid encryption key offset sent by merchant
534Invalid master session key id sent by merchant
539No Checking Account
540Edit Honor
541No Savings Account
542DUKPT: An error while processing the PIN block that is not related to the point- of-sale equipment. Contact the Help Desk for assistance.
548One or more received prompts do not match expected values
549Extended Prompting Required
550Invalid Vehicle
551Invalid Driver
552Invalid Product
553Exceeds transaction total limit per product class.
554Over daily limit
555Invalid Date/Time
556Exceeds quantity
557Invalid prompt entry
558Invalid Track 2 data
559Voyager ID problem
560Invalid Odometer
561Invalid Restriction Code
562Pay at pump not allowed
563Over fuel limit
564Over cash limit
565Fuel price error
566Y or N required
567Over repair limit
568Over additive limit
569Invalid user
570Before 1400 and can’t cut. Wait until 2:00 pm Eastern.
571Cut time too close to 1400
572Checker/Manager not found
573Security insufficient
574No transaction security record
575Insufficient data
576Merchant has mail pending
577No messages pending
578The Visa OCT / MasterCard MoneySend activity has exceeded preset transaction count or amount limit within a rolling 24-hour period for given merchant.
579The Visa OCT / MasterCard MoneySend activity has exceeded preset transaction count or amount limit within a rolling 7-day period for given merchant.
580The Visa OCT / MasterCard MoneySend activity has exceeded preset transaction count or amount limit within a rolling 30-day period for given merchant.
581The Visa OCT / MasterCard MoneySend Funding activity has exceeded preset transaction count or amount limit within a rolling 24- hour period for this account number.
582The Visa OCT / MasterCard MoneySend Funding activity has exceeded preset transaction count or amount limit within a rolling 7- day period for this account number.
583The Visa OCT / MasterCard MoneySend Funding activity has exceeded preset transaction count or amount limit within a rolling 30- day period for this account number.
584The Visa OCT / MasterCard MoneySend Payment activity has exceeded preset transaction count or amount limit within a rolling 24- hour period for this account number.
585The Visa OCT / MasterCard MoneySend Payment activity has exceeded preset transaction count or amount limit within a rolling 7- day period for this account number.
586The Visa OCT / MasterCard MoneySend Payment activity has exceeded preset transaction count or amount limit within a rolling 30- day period for this account number.
587The single transaction amount limit was exceeded for a Visa OCT/ MasterCard MoneySend transaction for given merchant.
588All Visa OCT / MasterCard MoneySend transactions are blocked for a rolling 24 hour period, or 7 day period (current and prior 6 days), or 30 day period (current and prior 29 days) for given merchant
601Invalid Batch Number/ Invalid Batch ID or Invalid OpenBatch
602No Open Batch
603Close Unavailable
604Close Not Valid
701Approved EMV Key Load
702EMV Key Download Error
703Approved EMV Key Load, more key load data pending
704Pick Up Card
708Honor With Authentication
721Invalid ZIP Code
722Invalid value in the field / Host Totals Declined
723Driver’s License or ID is Required
724Referred – Not Active
726Unable to Locate Record On File
727Refer – Call Authorization
728Referred – Skip Trace Info
729Hard Negative Info On File
731Rejected Lost/Stolen Checks
740Totals Unavailable
767Hard Capture; Pick Up
770Valid account but amount not supported
771Amount Too Large
772Duplicate Return
773Unsuccessful
774Duplicate Reversal
775Subsystem Unavailable
776Duplicate Completion
782Count Exceeds Limit
785No reason to decline– applicable to $0.00 verification requests and may be returned on Online Refund responses. Should be treated as an approval.
790Not approved. Used only in Visa bill/recurring payment. Merchant must not resubmit same transaction but may continue billing process in subsequent billing period.
791Not approved. Used only in Visa bill/recurring payment. Merchant must stop recurring payment requests.
792See attendant.
800Deferred authorization not cancelled
801Over merchandise limit
802Imprint card
803Not on file
804Fuel only
805Velocity exceeded
806Authorization ID needed
807Over non-fuel limit
808Invalid location
809Over card velocity count
810Over card velocity amount
811Over issuer velocity count
812Over issuer velocity amount
813Over merchant daily velocity count
814Over merchant daily velocity amount
815Over merchant daily velocity both
816Over merchant product velocity amount
817Over merchant product velocity count
818Over merchant product velocity both
819Over chain daily velocity count
820Over chain daily velocity amount
821Over chain daily velocity both
822Over chain product velocity count
823Over chain product velocity both
824Over chain product velocity amount
825No chain ID for chain merchant
826Signature required
827Velocity exception error – pay inside
828Exceeds merchant count for period – pay inside
829Exceeds merchant amount for period – pay inside
830Exceeds merchant count and amount for period – pay inside
831Exceeds zip code count for period – pay inside
832Exceeds zip code amount for period – pay inside
833Exceeds zip code count and amount for period – pay inside
834Exceeds state count for period – pay inside
835Exceeds state amount for period – pay inside
836Exceeds state count and amount for period – pay inside
837Exceeds global count for period – pay inside
838Exceeds global amount for period – pay inside
839Exceeds global count and amount for period – pay inside
840Unknown velocity error – pay inside
902Invalid transaction. This merchant, card or terminal is not permitted to perform this transaction, or the transaction type is invalid, unable to route a refund request to the network, or there is an issue with the xml message. If a 902 is returned when submitting a completion for the second time, the first completion submitted has been successfully applied, even if the device did not receive a response in the first completion.
903Invalid Reversal Transaction – transaction already settled
904Format error.
905Unsupported message. Transaction was rejected. Call your helpdesk or operations support.
906System Error. There is a problem with the host processing system. Call your helpdesk or operations support.
907Card issuer or switch inoperative or processor not available
908Transaction destination not found for routing.
909System malfunction or timeout
911Card issuer timed out.
913Duplicate transaction.
914Void/Full Reversal request unable to process due to settlement already occurred. A Refund transaction may be necessary to reconcile the cardholder’s account.
915Timeout Reversal not supported. Resend the original transaction with the same Reference Number that timed out. Do not retry the timeout reversal
916Void/Full Reversal request unable to process since the Original Authorization was not found.
920Security H/W or S/W error – try again
921Security H/W or S/W error – no action
923Request in progress
924Limit check failed
940Error.
941Invalid issuer.
942Customer cancellation
944Invalid response
950Violation of business arrangement
954CCV failed.
958CCV2 failed
959CAV failed
963Acquirer channel unavailable
7455Invalid Time Zone.
10001Transaction declined by authorization system.
10002Transaction declined (transaction not permitted).
10003Registration failed.
10004Transaction is pending.
10005Capture transaction failed.
10006Refund transaction failed.
10007Cancel transaction failed.
10008Registration deletion failed. Please contact support.
10009Member creation failed.
10010Delete token operation failed, kindly contact support desk..
10011Invoice is not generated, please contact support.
10012Invoice canceled failed.
10013Invoice reminder not sent, please contact support.
10014Invoice regeneration failed.
10015OTP creation failed.
10016Merchant signup failed.
10017Token deletion failed.
10018change password failed.
10019OTP Verification Failed.
10020Invoice configuration updation failed.
10021Order ID set failed for invoice.
10022New Password generation failed.
10023Get InvoiceConfig Details Failed.
10024Your Email is Already Verified.
10025Address Details Updation Failed.
10026Your record not found.
10027Get Address Details Failed.
10182Invalid authToken, authToken cannot be empty.
10183Invalid expiry date offset, expiry date offset can be [0-9].
10184Invalid Customer ID.
11002Call Voice-authorization number;Initialization Data.
11003Invalid merchant number.
11004Retain card.
11005Authorization declined.
11006Sequence- generation- number error - diagnostics necessary; the POS Terminal must carry out reconciliation with a 0800 message.
11009It indicates a wait message and the POSSystem should expect to wait at most 30 seconds more. The host may send several of these wait messages until the true reply is ready.
11010Partial approval.
11012Invalid transaction.
11013Invalid amount.
11014Invalid card.
11021No action taken.
11030Format Error.
11033Card expired.
11034Suspicion of Manipulation.
11040Requested function not supported.
11043Stolen Card, pick up.
11055Incorrect personal identification number.
11056Card not in authorizer's database.
11057referencing transaction was not carried out with the card which was used for the original transaction.
11058Terminal ID unknown.
11062Restricted Card.
11064The transaction amount of the referencing transaction is higher than the transaction amount of the original transaction.
11065Contactless request declined – retry in contact mode.
11075PIN entered incorrectly too often.
11077PIN entry necessary.
11078The transaction was declined or returned because the cardholder requested that payment of a specific recurring or installment payment transaction be stopped.
11079The transaction was declined or returned because the cardholder requested that payment of all recurring or installment payment transactions for a specific merchant account be stopped.
11080Amount no longer available.
11081Message-flow error85: Cash back declined – pls. retry purchase only.
11091Card issuer temporarily not reachable.
11092The card type is not processed by the authorization center.
11096Processing temporarily not possible.
11097Security breach - MAC check indicates error condition.
11098Date and time not plausible - The POS Terminal must set itself to the date and time of the response message.
11099Error in PAC encryption detected Any other code sent by the Authorization Host = General decline.
11100Not sufficient funds.
11100Only Debit card supported.
11101Invalid Cardholder Name.
111023D Secure Check Failed, Cannot continue transaction.
11103Velocity Check Failed, Transaction exceeds Total transaction count, Level - Terminal.
11104Transaction not permitted to cardholder.
11105Transaction timed out.
11106Decline for cvv2 failure.
11107Duplicate transaction.
11108Exceeds withdrawal limit.
11109Lost card (Contact Bank).
11110Stolen card.
11111System Error, Please contact System Admin.
11112No Payment and Card type found..
11113Saved transaction receipt request not proceeded..
11115Abandon Transaction.
11116Do not Honor.
11117Scoring failed.
11118General Decline.
11121API Rate limit is exceeded.
11122API Rate limit is exceeded.
20001Kindly pass numeric value in paymode.
20002Kindly pass numeric value in cardtype.
20003Kindly pass numeric value in terminal ID.
20004Unauthorized member..
20005Account ID-payment mode or card type or currency requested by you is not valid for your account. Please check your Technical specification..
20006Amount greater than maximum transaction amount.
20007Amount less than minimum transaction amount.
20008Terminal ID provided by you is not valid for your account. Please check your technical specification..
20009Terminal ID is not active for your account. Please check your technical specification..
20010Amount is greater than the maximum transaction amount.
20011Amount is less than the minimum transaction amount.
20012Member's account daily amount limits exceeded. Please check your technical specs and create a support request.
20013Member's account weekly amount limits exceeded. Please check your technical specs and create a support request.
20014Member's account monthly amount limits exceeded. Please check your technical specs and create a support request.
20015Merchant's IP is not white listed with us. Kindly contact the support desk..
20016Error while generating checksum. CheckSum mismatch.
20017Checksum illegal access, checkSum mismatch.
20018JPY currency does not have cent value after decimal. Please give .00 as decimal value.
20019Description can not be empty.
20020Your transaction is already being processed. Kindly try to place transaction with unique MerchantTransactionID..
20021Amount must be greater than Rs 10.
20022Amount must be greater than 10 cents.
20023Error- the merchant account is not set to LIVE mode. This could happen if there is any incomplete formality from the merchant side. Please contact support so that they can activate your account..
20024Recurring functionality is not allowed for account. Please contact support for help.
20025Your IP address is blocked. Please contact support for further assistance.
20026Your email address is blocked. Please contact support for further assistance.
20027Your country is blocked. Please contact support for further assistance.
20028Your daily card limit exceeded. Please contact your administrator..
20029Your weekly card limit exceeded. Please contact your administrator..
20030Your monthly card limit exceeded. Please contact your administrator..
20031Your credit card is blocked. Please contact support for further assistance.
20032Invalid Visa card.
20033Invalid Master card.
20034Invalid Amex card.
20035Invalid Diners card.
20036Invalid credit card number.
20037ERROR! Your card number is not whitelisted ..
20038Requested card is not supported. Please contact support desk.
20039Daily card volume amount limits exceeded. Please contact your administrator.
20040Weekly card volume amount limits exceeded. Please contact your administrator.
20041Monthly card volume amount limits exceeded. Please contact your administrator.
20042Invalid/Restricted ticket amount..
20043Your transaction is already being processed, please use unique merchantTransactionID.
20044Transaction not found from provided payment ID..
20045Captured transaction can not be cancelled..
20046Refund amount and tracking ID must match.
20047Refund reason and tracking ID must match.
20048Please do not capture more then 10 transactions in single capture call.
20049Capture amount and tracking ID must match.
20050Merchant and partner combination not found..
20051User authorization failed, user has no sufficient rights to process transaction.
20052This functionality is not supported for your gateway. Kindly contact technical support for assistant..
20053Please provide all the address details while placing transaction..
20054Invalid bank name or bank not allowed.
20055Account ID-payment brand or payment mode or currency requested by you is not valid for your account. Please check your technical specification.
20056Registration functionality is not supported for this account. Please contact support for help..
20057The recurring transaction is already in INITIAL state.
20058The transaction is not in INITIAL state.
20059Unauthorized partner.
20060Invalid gateway type.
20061Terminal ID-payment brand or payment mode or currency requested by you is not valid for your account. Please check your technical specification.
20062Your customer name is blocked. Please contact support for further assistance.
20063Refund is not allowed for this member ID, Please contact support for more details.
20064Member account amount limit exceeded. Please check your technical specification.
20065Requested customer not found.
20066Merchant Required for registeration.
20067Transaction already cancelled.
20068Merchant required to proceed the list of card and account request.
20069Merchant can not proceed to list of card and account request.
20070Partner required for registration.
20071capture amount is greater than auth amount.
20072Merchant can not proceed the registration.
20073Partner's IP is not white listed with us. Kindly Contact the Support Desk..
20074Merchant can not proceed delete token request, kindly contact support desk..
20075Terminal ID provided by you is not valid for your merchants..
20076Terminal ID provided by you is not valid for registration..
20077Invoice is already cancelled.
20078InvoiceId not found..
20079Invalid currency.
20080Registration id already deleted.
20081No record found.
20082Invoice is processed.
20083Your daily email transactions limit exceeded.Please contact your administrator.
20084Payment type or card type or currency is not valid.
20085Merchant login failed.
20086OTP sent.
20087Cannot regenerate invoice.
20088Invalid tracking ID/ customer acc number given for the payout transaction.
20089You cannot cancel invoice.
20090You cannot remind expired invoice.
20091Password must not be last 5 passwords.
20092Only Debit card supported.
20093Invoice is already present with requested order ID, please try to generate invoice with unique order ID.
20094Member is NOT set for generating invoice of specified currency..
20100Payout option is not available for your account. Please contact customer support.
20103Split invoice functionality is not allowed for this merchant, Please contact support to activate the same..
20104Your Email ID or Card number is not whitelisted, Please contact support.
20105Invalid Maestro card.
20106Invalid Discover card.
20107Invalid InstaPayment card.
20108Invalid JCB card.
20109System internal error occured.
20110Invalid card expiry date.
20111Multiple Refund Not Allowed .
20112BIN IP country mismatch.
20113Transaction can not be processed with provided Email.
20114Transaction can not be processed with provided Card.
20115Token Inactivated.
20115Invoice is not paid.
20116Card Limit exceeded,Please contact your Administrator.
20117Transaction not permitted.
20118Your Card Details are not whitelisted.
20119Installment is not Supported. Kindly Contact the Support Desk..
20120Installment not Available..
20121Please generate new OTP..
20122The functionality is not supported for submerchant.
20601Invalid tracking ID/ customer acc number given for the payout transaction.
20602Login Name already exist, please try different Login Name..
20605Invalid product amount and quantity..
20606AccountID or TerminalID requested by you is not valid for your account. Please check your technical specification..
20607Account ID-payment brand or payment mode or currency requested by you is not valid for your account. Please check your technical specification..
20608Account ID or Currency requested by you is not valid for your account. Please check your technical specification..
20609Account ID or Payment Brand requested by you is not valid for your account. Please check your technical specification..
20610Partial Refund Not Allowed..
20611Invalid Rupay card.
20612Your VPA address is blocked. Please contact support for further assistance.
20613Your Phone No. is blocked. Please contact support for further assistance.
30001Invalid member ID, member ID should not be empty and should be numeric with max length 10.
30002Invalid totype.
30003Invalid amount, amount should not be empty and accepts only [0-9] and .(single point) with max length 12.
30004Total grand amount should be equal to total amount.
30005Invalid payment type.
30006Invalid card type, accepts only [0-9] with max length 5.
30007Invalid terminal ID, accepts only [0-9] with max length 6.
30008Invalid order description, accepts only [0-9][a-z][A-Z] with max length 255 .
30009Invalid IP address, accepts only [0-9].(point) with max length 50.
30010Invalid email address, accepts only [0-9][a-z][A-Z]@._-'% with max length 100.
30011Invalid city, accepts only [0-9][a-z][A-Z].,-/[space]#;&~` with max length 50.
30012Invalid street/ address, street should not be empty and max length 100.
30013Invalid zip CODE/ postal CODE, accepts only [0-9][a-z][A-Z]- with min length 2 and max length 10.
30014Invalid state, accepts only [0-9][a-z][A-Z] with max length 40. For US states provide 2 letter code, Ex: NJ for New Jersey.
30015Invalid telephone number, accepts only [0-9] with max length 24.
30016Invalid telephone number country code, accepts only [0-9] with max length 4.
30017Invalid country code, accepts only [0-9][a-z][A-Z] with max length 3.
30018Invalid invoice number, invoice ID should not be empty.
30019Invalid card number, card number should not be empty and accept only [0-9] with max length 19.
30020Invalid card holder first name, first name should not be empty and max length 30 to 50 depending on the bank.
30021Invalid card holder last name, last name should not be empty and max length 30 to 50 depending on the bank.
30022Invalid CVV, accepts only numeric[0-9] with max length 3 or 4 depending on the bank.
30023Invalid expiry month, expiry month should not be empty and should be numeric[0-9] with max length 2.
30024Invalid expiry year, expiry year should not be empty and should be numeric[0-9] with max length 4.
30025Invalid customer IP address, accepts only [0-9].(point) with max length 50.
30026Invalid birthdate, birthdate should not be empty and should be in YYYYMMDD.
30027Invalid language, language field accepts [A-Z] with max length 3, please enter language in capital letters only.
30028Invalid Social Security Number(SSN), SSN should be numeric[0-9] with max length 9.
30029Invalid redirect URL, kindly pass valid redirect url with max length 255.
30030Invalid checksum.
30031Invalid currency, currency should not be empty and accepts only [a-z][A-Z] with max length 3.
30032Invalid template amount, TMPL amount should not be empty and accept only [0-9] and . (single point) with max length 10.
30033Invalid template currency, TMPL currency should not be empty and accepts only [a-z][A-Z] with max length 3.
30034Invalid reserve field 1, (eg.(Y/y)|(day/month/year)|(1-31)|(1-28) with max length 20.
30035Request should not be empty.
30036Invalid payment ID, payment ID should not be empty and accepts only numeric values with max length 11.
30037Invalid member ID OR member ID is misconfigured.
30038Invalid reason or reason not provided.
30039Invalid reserve field 2-(eg.(CC|cc|PC|pc|PS|ps)|(0-9)|(0-9) with max length 50.
30040Invalid payment brand or payment mode, payment brand and payment mode should not be empty and accepts only alphabetical valule with max lenth 10.
30041Invalid user login or user login cannot be empty and accepts only alphanumeric values.
30042Invalid user password or user password cannot be empty.
30043Card holder name can not be empty or card holder name is invalid.
30044Transaction type should not be empty or invalid transaction type.
30045Invalid recurring type or recurring type should not be empty and accepts only (INITIAL).
30046No token created.
30047Invalid create registration or create registration cannot be empty. Accepts only (true).
30048Invalid or missing parameter.
30049Invalid registration ID, registration ID should not be empty and accepts alphanumeric values only.
30050Partner cannot register token.
30051No records found.
30052Invalid or missing parameter.
30053Invalid BIC, BIC should not be empty and accepts alphanumeric values with max length 11.
30054Invalid IBAN, IBAN should not be empty and accepts alphanumeric values with max length 40.
30055Invalid partner ID OR partner ID is misconfigured.
30056Card or account not registered.
30057Invalid payment type/ action type should not be empty.
30058Invalid CC/Bank account holder or CC/Bank account holder cannot be empty. Accepts only alphanumeric values.
30059Invalid action type, accepts only DELETE.
30060You can get the transaction details with action type (GET).
30061Invalid card details encryption.
30062Invalid response type and accepts only value as "XML/JSON".
30063Invalid payment brand or payment mode, payment brand and payment mode should not be empty and accepts only alphabetical value with max length 10.
30064No records found.
30065Invalid account number. Account number should not be empty, accepts only [0-9].
30066Invalid routing number. Routing number should not be empty, accepts only [0-9].
30067Invalid account type. Account type should not be empty, accepts only (PC|pc|PS|ps|CC|cc).
30068You can not reverse the transaction(Transaction exceeds refund expiry ).
30069Invalid payment mode, payment mode should not be empty and accepts only alphabetical value with max length 10.
30070Password and confirm password are not matching..
30071Invalid login name, login name should not be empty. Accepts only [A-Za-z0-9].
30072Invalid company name, company name should not be empty, accepts only [A-Za-z0-9].
30073Invalid website, website should not be empty.
30074Invalid gender, gender should not be empty. Accepts only (MALE\FEMALE).
30075Invalid CustomerId, CustomerId should not be empty and should be numeric with Max Length 100.
30076MemberId Or PartnerId invalid, MemberId Or PartnerId should not be empty and should be numeric with max length 10.
30077Invalid Action_Type and Accept only alphabets with Max Lenght 6.
30078Invalid customer name, customer name should not be empty, accepts only [A-Za-z0-9].
30079Invalid RegistrationId, RegistrationId should not be empty..
30080Invalid Cancel invoice reason, Cancel invoice reason should not be empty and should not be more than 50 char.
30081Invoice expiration time is invalid..
30082Invalid CVV, CVV should not be empty, accepts only [0-9] length 3.
30083Invalid FirstName,First name should not be empty and Max Length 32.
30084Invalid LastName,Last name should not be empty and Max Length 32.
30085Invalid merchantInvoiceID, merchantInvoiceID should not be empty and accepts only [0-9][a-z][A-Z] space with max length 35.
30086Invalid merchant contact name, contact name should not be empty and accepts only [A-Za-z0-9.].
30087Invalid Records,Records should not be empty.
30088Invalid From date,Should not be empty ,Accepts only in [DD/MM/YYYY].
30089Invalid To date,Should not be empty ,Accepts only in [DD/MM/YYYY].
30090Invalid Start,Should be not empty.
30091Invalid End,Should not be empty.
30092Invalid Country.
30093Invalid GST ,Accept only numbers with max length 10.
30095One or more invalid input parameters entered.
30096Invalid mandate ID, mandate ID cannot be empty.
30097Invalid Notification URL, kindly pass valid Notification URL.
30098Invalid walletid ,walletid should not be empty.
30099Invalid wallet amount ,wallet amount should not be empty.
30100Invalid wallet currency ,wallet currency should not be empty.
30101Invalid payment Type & Card Type.
30102Invalid MemberId,MemberId should not be empty and should be numeric with Max Length 10 for Market Place.
30103Amount should not be empty and Accept only [0-9] and . (Single point) with Max length 12 for Market Place.
30104Orderid should not be empty for Market Place.
30105Accept only [0-9][a-z][A-Z] with Max Length 255 for Market Place.
30106Amount Mismatch.
30107Market Place Parameters are Incomplete.
30108Invalid Installment period..
30110Transaction receipt should not be empty..
30111Payment provider not found..
30112Enter valid VPA address..
30113Invalid check number. Account check should not be empty, accepts only [0-9].
30114Invalid Bank Account Name..
30115Invalid Bank Transfer Type.
30116Invalid Bank Ifsc Code.
30117Invalid Bank Account Number,Accept only[0-35] Numbers Only.
30118From Date Should not be greater then To Date.
30119Invalid AccountId and Accept only [0-9] with Max Length 10.
30120Invalid latefee, latefee should not be empty and accepts only [0-9] and .(single point) with max length 12.
30121Try to forgot password again after one hour..
30121Invalid product amount, product amount accepts only [0-9] and .(single point) with max length 12.
30122Invalid Product description, Product description accepts only [0-9][a-z][A-Z] space with max length 100.
30123Invalid quantity, quantity accepts only [0-9] with max length 5.
30124Invalid product total, product total accepts only [0-9] and .(single point) with max length 12.
30125Invalid quantity total, quantity total accepts only [0-9] with max length 5.
30126Invalid client transaction id, Client transaction id should not be empty should be numeric with Max Length 20.
30127Invalid payment id, payment id should not be empty with Max Length 255.
30128Invalid purchase identifier.
30129Invalid idType, IdType accept only PID and MID..
30130invalid page no,pageno should not be empty.
30134Invalid call type.
30135Invalid Payment Terms.
30136Invalid Unit.
30137Invalid Default Unit.
30138Invalid Device..
40001Invalid payment ID or payment ID not found.
40002Invalid amount / Amount is not matching with requested amount.
40003Invalid currency / Currency is not matching with requested currency.
40004Registration ID already deleted.
40005Invalid registration ID or registration ID not found.
50757Invalid Date Format.
90026ThreeD Authentication Pending.
90027Merchant logout failed..
90028Your BankAccountNo is Blocked. Please contact support for further assistance.
90029Exceed OTP Generation LIMIT, Please Initiate New Transaction.
90030Invalid Bank Name,Accepts only [A-Za-z].
90031Invalid Branch Name,Accepts only [A-Za-z].
90032Invalid Bank Code,Accept only numeric[0-9].
90033Invalid Account Type,Accepts only [A-Za-z].
90034Invalid Branch Code,Accept only numeric[0-9].