Simulation

Simulate step-up send passcode

POST/simulate/issuing/cards/tokens/{card_token_id}/step-up/send-passcode

Simulate Visa's send passcode callback for a sandbox card token, after retrieving step-up methods. Column fires the issuing.card_token.send_passcode webhook with a simulated one-time passcode and moves the token to pending_authentication.

Pass one of the returned method identifiers as otp_method_identifier to choose where the passcode goes. When it is omitted, an available method is selected automatically.

Path Parameters

card_token_id

stringRequired

Unique identifier for the card token.

Body Parameters

otp_method_identifier

stringOptional

Identifier of the step-up method to deliver the passcode to, as returned by the step-up retrieve-methods endpoint. When omitted, an available method is selected automatically.