Many merchants have asked us to add a feature that would allow them to prompt the users for their name and email address right inside the payment widget. We have now added that functionality.
We also verify the user’s email address with a verification code that we send to the given email address.
To use the feature, set the captureEmail
parameter to true in the atlos.Pay
method. Then, receive the user’s name and email address via the webhook call upon a successful payment.
See the doc here.