Alias of the setTokenizationEnabled() method.
TS
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const universalCheckout = await Primer.showUniversalCheckout(
clientToken,
options
);
// Disable payment creation
universalCheckout.setPaymentCreationEnabled(false);
// Enable payment creation
universalCheckout.setPaymentCreationEnabled(true);
Hide Parameters