submit: (payload) => Promise<{
vault_form_token: string;
card?: {
last_four_digits?: string;
bin?: string;
detected_brands?: (
| "VISA"
| "CARTE_BANCAIRE"
| "MASTERCARD"
| "MAESTRO"
| "AMERICAN_EXPRESS"
| "DISCOVER"
| "JCB"
| "DINERS_CLUB"
| "UNIONPAY"
| "OTHER")[];
};
}>;