Unfortunately, as MemberPress applies these minimum amounts per currency, this change also applies to third-party gateways. This results in for example a payment of € 0,50 for a membership with a trial amount of only € 0,02.
The easiest way to complete opt-out of the Stripe minimum charge amounts is by adding this filter:
\add_filter( 'mepr_minimum_charge_amounts', '__return_empty_array' );
Originally posted by @rvdsteege in pronamic/wp-pronamic-pay-memberpress#16