SubmitResultBirthDateOnly
type SubmitResultBirthDateOnly = object;
Oney CVV-only — only birth_date is present; no vault tokenization occurs.
Properties
birth_date
birth_date: string;
The cardholder's birth date in ISO 8601 format (YYYY-MM-DD). Required by Oney — must be forwarded by the merchant when creating the payment.
card?
optional card?: never;
error?
optional error?: never;
vault_form_token?
optional vault_form_token?: never;