Bhargav 08 Nov 2022

SEPA Payment Gateway with WooCommerce

SEPA is not working with Recurring payment ?

SEPA Payment gateway is working with WooCommerce and Stripe. SEPA takes 7-10 Days for payment conformation and Woocommerce can not change status when payment was received. You just need to follow this steps to Setup SEPA payment method with Woocommerce.


Add Stripe libarary on website

Screenshot of a file directory listing with filenames, filetypes, permissions, and owner details, highlighting a 'stripe-php-master' directory.

Create Webhook on Stripe Account.

Screenshot of a webpage showing webhook integration settings, including URL details and signing secret options for setup.

make .php file for Call Webhook when payment was Recurruing

PHP code snippet showing integration with Stripe API. The code retrieves JSON input, sets up Stripe, processes data, and updates order status.

you will get JSON data on .php file and then you change status manually with own code.

if you want any kind of help with SEPA and Woocommerce Customization than feel free to ask Contact. SEPA is working with recurring payment method with woocommerce and Stripe.