Skip to main content

Authentication Object

NoNameTypeMandatoryMin LengthMax LengthDescription
1 amountNumericO114Authentication Amount
2 timedate_formatO125ISO-8601
3 3dsObjectO13Authentication 3ds
4 3ds1ObjectO12Authentication 3ds1
5 3ds2ObjectO14Authentication 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"
}
}