LogoLogo
StartAPI EndpointPayments API
Payments API
Payments API
  • Getting Started
  • Managing Terminals
  • API Reference
    • Verify Credentials
    • QuickPay SDK
    • Payments API
      • Create eCommerce Payment
      • Create Point of Sale Payment
      • Create Point of Sale Payment (ON)
      • Redirect Examples
      • Postback Examples
      • Get Payment
        • Underpaid Examples
        • Overpaid Examples
        • Full paid Examples
      • Get Point of Sale Payment
      • Payment State Change
      • Payment Price Update
      • Payment Unconfirmed Update
      • Payment Status List
    • Request Refund
Powered by GitBook
On this page
  1. API Reference

Verify Credentials

Verify your API Key and API Secret

PreviousManaging TerminalsNextQuickPay SDK

Last updated 3 years ago

Verifying your validates that any subsequent calls will work. This is particularly useful when initiating a payment on a Point of Sale device.

Verify your API Terminal credentials are valid

POST /api/validate

Request Body

Name
Type
Description

key*

String

Terminal API Key

hash*

String

MD5 Hash of your Terminal API Secret

{
    // Response
    "status": "ok"
}
Terminal's API Key and API Secret