Three DSecure Endpoints
Defines the network endpoints for the 3D Secure Verifications API.
Each case maps to a specific API route and HTTP method used by ThreeDSecureVerificationsAPI.
Inheritors
Types
Endpoint for creating a new 3D Secure verification intent (POST /v1/3ds/intents).
Endpoint for resending a 3D Secure verification challenge (POST /v1/3ds/intents/{id}/resend).
Endpoint for retrieving an existing 3D Secure verification intent (GET /v1/3ds/intents/{id}).
Properties
Optional extra HTTP headers to attach to the request (e.g. Accept: application/json). Defaults to empty. Applied after the standard Frame Authorization/User-Agent headers but before Content-Type (set on POST/PATCH), so an entry may override the former but not the latter. Prefer supplemental headers like Accept; don't rely on this to set auth headers.
The resolved URL path for this endpoint.
The HTTP method for this endpoint.
Query parameters for this endpoint; always null for 3D Secure endpoints.