BaseFormSubmissionPayment: _BaseFormSubmissionPayment & ({
    status: "PENDING" | "SUCCEEDED";
} | {
    message?: string;
    status: "FAILED";
})