Skip to main content

ThreeDSFormPost

The two ways to say where to post and what to post.

Either the generic pair — url plus a fields map, which fits any provider — or the EMVCo aliases of the specific helper. The aliases win if both are given.

Extended by

Properties

fields?

optional fields?: Record<string, string>;

Form fields to post, one hidden input per entry.


url?

optional url?: string;

Endpoint the form is posted to. Must be http: or https:.