v1
latestOpenAPI 3.0.02026-07-2431146358.7 KBAuthentication
Retrieve Authentication
This endpoint retrieves the details of a particular authentication using either of mercid and orderid or transactionid.
post/payments/ve1_2/authentications/get
Headers
BD-Traceidstring required
Example:20201203182838
BD-TraceID is a unique identifier passed by the merchant to ensure request idempotency. Requests with identical BD-TraceID within a 24 hour window would fail.
BD-Timestampstring required
Example:20201203182838
Request timestamp to identify date and time of origin of request. Example, a value of BD-Timestamp 20210113180403 identifies the request to have originated on 13th January 2021 at 06:04:03 PM.
Content-Typestring required
Example:application/json
Request Content-Type to take the values application/jose
Acceptstring required
Example:application/jose
Accept Response Content-Type to take the values application/jose
Request body
Example request
{
"mercid": "BDMERCID",
"authenticationid": "A1HM0000389872",
"orderid": "TEST0000009005"
}Response
OK
Example response
{
"itemcode": "DIRECT",
"authenticationid": "A1HM0000389872",
"amount": "299.28",
"mercid": "BDMERCID",
"bankid": "1HM",
"authentication_type": "3ds2",
"orderid": "TEST0000009005",
"card": {
"type": "debit, credit, prepaid",
"masked_value": "xxxxxxxxxxxx1001",
"network": "VISA, MASTER"
},
"ds_transaction_id": "9ae6259e-08b8-42bb97a2-48d8a1d2a690",
"threeds_transaction_id": "4184a9f8-b0f3-47d2-91ec-bc9939080e32",
"additional_info": {
"additional_info1": "Details1",
"additional_info2": "Details2",
"additional_info3": "Details3",
"additional_info4": "Details4",
"additional_info5": "Details5",
"additional_info6": "Details6",
"additional_info7": "Details7"
}
}