How can i remove billing address field in stripe checkout form?

Solution:

You can specify billing_address_collection as required which will only collect it if it’s necessary (at Stripe’s determination). There is not an option to tell Stripe to never collect it, though.