Hello,Is it possible to save credit card informations and take the payment later ? Is Stripe paymentintent API configured in the plugin?Thanks for your attention
Is it possible to save credit card informations and take the payment later
Yes, it is indeed possible to save credit card information and process the payment later using the WooCommerce Stripe Payment Gateway plugin. This is achieved using Stripe’s secure tokenization system, where sensitive card data are replaced with non-sensitive equivalents referred to as tokens.
To use this features, make sure to enable the “Enable payments via saved cards” option.
Is Stripe paymentintent API configured in the plugin?
Yes, the WooCommerce Stripe Payment Gateway plugin also supports the Stripe PaymentIntent API. This API handles complex charge states, prevents fraud, and manages customer card information securely.
Furthermore, please ensure you comply with all relevant PCI DSS standards and local data protection regulations when handling customer payment information.
Feel free to ask if you have any further questions or need additional assistance.
I see the option of “issue an authorization and capture later”, the delay is 7 days maximum ? We would like to be able to authorize payment for a booking and capture it few days or even few weeks later.