Virtual Cards
Respond to 3DS authorization
Respond to a forwarded 3D Secure authorization challenge.
POST
Responds to a 3D Secure authorization challenge that was forwarded to your backend. Used when the card is configured with
FORWARDED 3DS. Requires an API key with access level 2 or higher.
Path parameters
Card identifier.
Body
Authorization code from the 3DS challenge.
Whether to approve (
true) or decline (false) the authorization.Response
The authorization code submitted.
Whether the authorization was approved.

