Authentication Object
| No | Name | Type | Mandatory | Min Length | Max Length | Description | 
|---|---|---|---|---|---|---|
| 1 | amount | Numeric | O | 1 | 14 | Authentication Amount | 
| 2 | time | date_format | O | 1 | 25 | ISO-8601 | 
| 3 | 3ds | Object | O | 1 | 3 | Authentication 3ds | 
| 4 | 3ds1 | Object | O | 1 | 2 | Authentication 3ds1 | 
| 5 | 3ds2 | Object | O | 1 | 4 | Authentication 3ds2 | 
"authentication": {
    "amount": "1000",
    "time": "2012-09-12T16:34:42+07:00",
    "3ds": {
        "acsEci": "A1",
        "authenticationToken": "TmFtYSBTYXlhIFNpYXBhIFlhYWE=",
        "transactionId": "ABC23456789"
    },
    "3ds1": {
        "paResStatus": "Y",
        "veResEnrolled": "Y"
    },
    "3ds2": {
        "custom": {
            "contoh": "1"
        },
        "protocolVersion": "2.1.0",
        "statusReasonCode": "AB",
        "transactionStatus": "Y"
    }
}