Create Payment Method
Tokenize card details into a reusable PaymentMethod — without confirming a payment — using the useCreatePaymentMethod composable. Useful for collecting a card now and charging it later server-side.
useCreatePaymentMethod() tokenizes card details into a reusable PaymentMethod without confirming a payment. Enter a test card (4242 4242 4242 4242) and create one.
See Also
See the useCreatePaymentMethod Reference.
