Home › Forums › Stripe Payments Plugin › Better control of Name and email fields › Reply To: Better control of Name and email fields
April 13, 2022 at 4:37 am
#4540
Admin
Keymaster
That’s not advisable. The API our plugin uses will require the following details to be sent to Stripe:
Name, Email, Amount, Card Info.
Basically, when you configure a simple product wit just a name and a price, our plugin will show the payment form with the minimum required fields. Those are all required fields for the checkout.
You can add custom fields in addition to the minimum required fields using the custom fields addon.