Using admin-post.php for admin form but it directs me to admin-post.php white screen

So I figured this out…I realized I was adding my charge_customer_data() function within a class and that it was never being called. I created a new file in my plugin directory separate from the class, added the function, and it worked.