For the complete documentation index, see llms.txt. This page is also available as Markdown.

3DS Authentication Payer

Data Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

card

M

1

7

Detail of Card

2

transaction

M

1

3

Detail of Transaction

Sample Request

{
  "card": {
    "number": "5123450000000008",
    "expiryDate": "3309",
    "cvv": "100",
    "nameOnCard": "Hajar Direct"
  },
  "transaction": {
    "sessionId": "71d23ac71f7444633d8df40281bfc0dfa2175d8314aaaaa433fc8b56f5f0f61d"
  }
}

Data Response

Sample Response 3DS2-Challenge Mode

Sample Response 3DS2-Frictionless

Last updated