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