The Stripe Payment is invoked, even if the registration form is not completed

Tiny Scolarz

0

  • KB
  • /
  • The Stripe Payment is invoked, even if the registration form is not completed

This kind of behaviour may occur only when it comes to required fields and stripe payment gateway.

Stripe – works based on JS calls, providing a popup box where customers need to fill their payment details (Card Number, Expiration Date, etc).

Because it is a JS action, it cannot be processed until after the registration form is submitted. Even if the Stripe box shows up before the registration form is completed, the customer will be charged only when the register process will have concluded and the new user stored.

Stripe details are not requested twice, therefore there should be no worry about the charging procedure.