Skip to main content
POST

Path Parameters

cart_token
string
required

Opaque cart token returned by the create-cart response. It scopes the request to a single cart and is the credential for these endpoints — cart-token authentication carried in the path, with no bearer token or API key.

Body

application/json
vgs_card_id
string | null

VGS card id fallback; primarily resolved from the cart's payment method.

Response

3DS initialized

Success body for 3D Secure initialization.

tds_method_content
string | null
required

HTML content for the 3DS method (device fingerprinting) iframe.

merchant_tx_id
string
required

Merchant transaction id (UUID) issued for this 3DS attempt.

fingerprinting_required
boolean | null
required

true when the issuer requires the device-fingerprinting (3DS method) step to run in an iframe using tds_method_content before the challenge; null when not determined.

meta
object
required

Standard response metadata included on every response.