Go to the Extensions → Payments
Info |
---|
3D SecureStripe payment supports 3d Secure cards. For extra fraud protection, 3D Secure requires customers to complete an additional verification step with the card issuer when paying. |
To use this extension, you need to connect to a new or existing Stripe account using the connect button If you do not have a Stripe account, please still click the connect button on the additional settings tab.
...
By default, only card payments (credit and debit cards) are enabled in AbanteCart. To offer customers a wider range of payment options, you can enable additional payment methods supported by Stripe.
Enabling Payment Methods:
Enable in AbanteCart: Enable in the AbanteCart admin panel Extensions > Payments > Stripe > Select the payment in the Allowed payment methods.
Enable Available Methods in Stripe Dashboard: Explore the list of alternative payment methods that Stripe offers. You can view a list of available alternative payment methods that you can accept in your Payments settings dashboard (Test and Live configurations are different).
Important Considerations:
Minimum Order Requirements: Some payment methods have minimum order amounts or currency requirements. For example, Affirm typically has a minimum order value of $50, and OXXO requires transactions in MXN currency.
Specific Currencies: Payment methods like Ideal and Sofort often require transactions to be in EUR.
By offering a variety of payment methods, you can enhance the customer experience and increase your sales potential.
Additional settings
Click to connect with Stripe live or test accounts. If you have connection issues click the 'Cannot connect' link to set up Stripe manually.
Every account is divided into two universes: one for testing, and one for running on your live website. All API requests exist in one of those two universes, and objects in one universe cannot be manipulated by objects in the other.
In test mode, credit card transactions don't go through the actual credit card network — instead, they go through simple checks in Stripe to validate that they look like they might be credit cards. You should only use your test API keys for testing. This will make sure that you don't accidentally modify your live customers or charges.
...