Hi @captgoodhope,
The Create payment
?button in Stripe is only enabled if a customer has saved a payment method during checkout or in their My Account area (if registered as customer of the site).
So, you can only create a payment for customers who choose to save a payment method to their accounts/profiles. If no payment method is saved, a manual charge isn’t possible. See the tooltip here.
Our team recommends looking into WooCommerce’s?Paying for Orders?feature instead of manually creating payments in Stripe. This way, StellarPay will be able to link the payment with the Woocommerce order so when it’s created, you can send the customer an email to pay for order instead of using Stripe.?
Could you let me know if this works for you?