2.1.42 3ds transaction auth
Path:/openapi/card/3ds/transaction/auth
Method:POST
Content-Type:application/json
Response Content-Type:application/json
Description:
Example Request:
{
"auth_id": 283,
"card_id": "15723682800000053333",
"auth_result": 2
}
Request Parameter:
Parameter Name | Type | Required | Description |
---|---|---|---|
auth_id | int | true | 3ds Transaction id |
card_id | string | true | Card id |
auth_result | int | true | Auth result, only support 2 and 3; see 3ds Auth status |
API Response:
Parameter Name | Type | Description |
---|---|---|
code | string | Error code |
msg | string | Error message |
Example Response:
{
"code": "00000",
"msg": "ok"
}