POST
Answers a pending cardholder authentication challenge (raised in 3DS-related step-up flows). Send the challenge’s authId and an action of accepted or canceled.

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment come from the token.

Path Parameters

customerId
string
required

The customer's id.

accountId
string
required

The account the card belongs to. A customer can have several accounts; cards are issued against one.

Body

application/json
authId
string
required

Required. The authentication challenge ID.

action
enum<string>
required

Required.

Available options:
accepted,
canceled

Response

Confirmed

success
boolean
Example:

true

status
enum<string>
Available options:
customer-accepted,
customer-canceled
message
string