Skip to main content

SubmitResultToken

type SubmitResultToken = object;

Standard / PCI Proxy tokenization — vault_form_token is always present; card is optional; birth_date is never present.

Properties

birth_date?

optional birth_date?: never;

card?

optional card?: CardInfo;

Additional card information linked to the token.

See

CardInfo


error?

optional error?: never;

vault_form_token

vault_form_token: string;

The token representing the card details.