PaymentIntentNextActionThreeDSecure
Provider-agnostic Three-D Secure next action. The
flowfield indicates whether no UI is needed (frictionless), a hidden device fingerprint (3DS Method) must run, or a visible challenge must be presented. All URLs are on your domain.- Type: object ยท PaymentIntentNextActionThreeDSecureFrictionless
Provider-agnostic Three-D Secure next action. The
flowfield indicates whether no UI is needed (frictionless), a hidden device fingerprint (3DS Method) must run, or a visible challenge must be presented. All URLs are on your domain.- flowDiscriminatorType: stringenumrequired
Which 3DS flow to execute.
values- frictionless
- method
- challenge
- idempotencyType: string
_key requiredOptional key to correlate retries/refreshes on the same 3DS attempt.
- statusType: stringFormat: uri
_url requiredPoll this URL (your API) until the PaymentIntent leaves requires_action/processing.
- hintType: object
- messageType: object
- returnType: string | nullFormat: uri
_url Merchant's return URL (echoed back). Your 3DS return page should 302 here.

