Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET '/card/3ds-auth/CT3DSA1508634777354273'
Responses
application/json {
"id": "CT3DSA1508634777354273",
"cardId": "CA1423741565272096",
"walletId": "WA13146381976",
"cardPan": "524604******0058",
"txnCurrency": "EUR",
"txnAmount": 1.02,
"cardAcceptorLocationName": "KFC Paris",
"cardAcceptorLocationCountry": "FR",
"authResult": "AUTHORIZED",
"expiredTime": "2023-11-02T09:28:40.000Z",
"createdTime": "2023-11-02T09:23:40.000Z",
"updatedTime": "2023-11-02T09:23:40.000Z",
"appCardId": "cad_1423741565272096",
"app3dsAuthTransactionId": "crt_1423741565272096"
}
Modified at 2024-12-10 10:12:18