a1pay
  • Introduction
  • Request Authentication
  • User Login
  • User Signup
  • List User's Transactions
  • Initialize Payment
  • List User's Cards
  • Query a Transaction
  • Requery a Transaction
  • Charge Card
  • OTP Validation
  • Accept Payment Using A1Pay
    • Introduction
    • Initialize Payment
    • Query Status With Your Reference
    • Query Status With A1Pay Reference
    • Sample Integration Codes
Powered by GitBook
On this page

OTP Validation

You post to this endpoint to authenticate a transaction with the response of a user to the OTP prompt

OTP Validation

POST https://a1pay.net/api/cardpayment/otpvalidate

Request Body

Name
Type
Description

ChargeReference

string

The gateway's charge reference for this transaction

OTP

string

The response of the user to the OTP prompt

TransactionId

string

Id of the current transaction

PreviousCharge CardNextIntroduction

Last updated 4 years ago