SEPA issue
-
Hello
In several cases, the SEPA payment has been refused by the bank a few days after the purchase. This is not a dispute!When there’s a dispute, your plugin to change the order status (failed).
But when the bank refuses, the status of the affected orders remains unchanged. Could you do something about this? It’s a real loss for us. We don’t know which orders have this problem and we’re not able to contact these customers again to reissue payment.
Thanks
-
Hi @neoseeyou
I need more information from you to understand what your request is.
But when the bank refuses, the status of the affected orders remains unchanged.
What is the webhook event that Stripe is sending to indicate this bank refusal? The plugin is already designed to receive the
charge.failedwebhook. If that is the event being sent, please ensure your webhook is receiving that event type.Kind Regards
Hello,
>What is the webhook event that Stripe is sending to indicate this bank refusal?
I don’t know exactly.
> The plugin is already designed to receive thecharge.failedwebhookI know that when there is a dispute, the event is sent via the webhook and the order goes from the status ‘completed’ to ‘failed’. No probleme when there is a dispute, but in this case, it’s a bank refusal.
Screenshot in stripe: https://ibb.co/TRQ6gqc
As far as I remember, the webhook is automatically configured by your module, so there should be no problem.
-
This reply was modified 1 year, 4 months ago by
alpha2.
As far as I remember, the webhook is automatically configured by your module, so there should be no problem.
Yes, the plugin sets up the webhook automatically but it’s not uncommon for admins to make changes and add/remove events.
If you click on the payment refusal in Stripe, it should show which webhook event was sent as part of that payment’s cycle.
Kind Regards
A screenshot of our webhook
https://ibb.co/M75y2qB
And message from stripe for an order with this issue :
“Paiement refusé par la banque émettriceThe payment can’t be processed because your customer’s bank has blocked Direct Debits, either by the bank’s actions or your customer’s. Reach out to your customer to understand the reason for the block. If the bank unblocks the account, attempt the transaction again.”Is it possible for your team (we did that before) to check the charge failed event on our stripe account if i give you an email and order ID ?
Hi @neoseeyou
The log information wouldn’t really show us the webhook event that was triggered. You can reach out to us here and provide any webhook info that you would like to keep private.
You can also share your Stripe account ID via that contact us page.
Kind Regards
Thank you , i contact you right away
Hello, have you received my support ticket?
THanks
Hi @neoseeyou
I don’t see any support request from you. Did you receive a ticket #?
I suggest we just continue support via this channel.
The only information I need from you is what webhook event is being triggered by Stripe when there is a bank refusal. The plugin is already designed to perform actions when a
charge.failedevent is received.Kind Regards
Well i sent a huge support ticket with datas and more questions too….
-
This reply was modified 1 year, 3 months ago by
alpha2.
Did you receive a support ticket #?
If not then I suggest you:
- Submit your support ticket via the Help Widget within the plugin or
- Send us an email directly to our support email.
Kind Regards
Ok so apparently the webhook sent a charge failed
https://ibb.co/s6ywgrT
But it didn’t come back to our website. I check the webhook and the charge failed is checkBy the way, we are using old api version (2022-11-15), do we need to upgrade to last API version?
https://ibb.co/qRH7x8J
ThanksHello any ,news about this issue?
We still have two stripe payments marked as failed on stripe and whose orders on woocommerce are not marked as “failed”.
I can provide admin access to our website if needed.But it didn’t come back to our website. I check the webhook and the charge failed is check
If a webhook failed to deliver than that’s likely what the issue is.
understand but how can i solve this issue by myself in this case?
-
This reply was modified 1 year, 4 months ago by
The topic ‘SEPA issue’ is closed to new replies.