Skip to main content

Verify a payment

Verify-auth end-point also use only for the transactions with 3DS cards and after you have authorize end-point response.

In Order to complete a transaction process you need to verify the paRes token and ntpID

verify-auth payment URL

https://secure.sandbox.netopia-payments.com/payment/card/verify-auth

verify-auth payment request structure

{
"authenticationToken": "string",
"ntpID": "string",
"formData": {
"paRes": "string"
}
}

What is authenticationToken & how to get it?

The authenticationToken in an unique token for authentication per transaction, generated by NETOPIA Payments. You have the authenticationToken from start end-point response

What is ntpID & how to get it?

The ntpID in an unique code per transaction generated by NETOPIA Payments. You have the ntpID from start end-point response