#boutiquepcland

1 messages ยท Page 1 of 1 (latest)

cloud jayBOT
cold frigate
#

Hello ๐Ÿ‘‹
Are you asking about ACH direct debit or some other type?

How exactly are you integrated with Stripe? Are you using the APIs directly or are you using Stripe Checkout?

sudden tendon
#

I have recently been using Stripe with WooCommerce the module directly

cold frigate
#

Ah that's a third-party integration so we won't know a ton about it.
Once a charge has been created, it might take upto 4 days to either succeed/fail
https://stripe.com/docs/payments/ach-debit

If you build a webhook then you can listen for an event which is delivered when the payment succeeds/fails. I don't think you "need" one in order for the payments to go through

sudden tendon
#

I would especially like to know if once the payment is successful, does the order go to finish on WooCommerce? in order to deliver the client (license key)

cold frigate
#

does the order go to finish on WooCommerce? in order to deliver the client (license key)
That's not something we'd know as it is a third-party integration. You'd likely want to talk to woocommerce directly about this

sudden tendon
#

Is it you (Stripe) who makes the direct debit (SEPA) on the customer's account?

#

So once the payment is successful, there is a notification that leaves your home (Stripe)?

#

That the two payments, it is well stripe who manages? not WooCommerce?

cold frigate
#

Payment portion is managed by Stripe, yes.
But woocommerce handles the fulfillment. That's not something we'd have a ton of visibility on. We won't know what woocommerce does once the payment either succeeds/fails.

sudden tendon
#

If the payment is successful, I will necessarily receive an email from Stripe? even if it fails?

cold frigate
sudden tendon
#

other questions Add the following "Webhook" endpoint https://www.boutique-pcland.fr/?wc-api=wc_stripe to your Stripe account settings (opens in a new tab) (if not present doesn't already have one). This will allow you to receive notifications about charging statuses. I put a webhook on stripe is taken all "charge" is correct?

#

Is it possible to see if on Stripe my webhook is well configured, to load, then know if the notifications all that, thank you in advance.

cold frigate
#

I put a webhook on stripe is taken all "charge" is correct?
Not sure I understand what you mean by the above? Can you elaborate?

You can check if it's configured correctly on this page
https://dashboard.stripe.com/webhooks

sudden tendon
#

Is it possible to see if on Stripe my webhook is correctly configured to know if I will receive successful or failed payment emails

cold frigate
#

I will receive successful or failed payment emails
Webhooks don't send the emails. That's something woocommerce might handle for you by listening to the webhook events Stripe sends to "Webhook" endpoint https://www.boutique-pcland.fr/?wc-api=wc_stripe

sudden tendon
#

I don't understand, finally it seems complicated to me at Stripe. Stripe returns everything to WooCommerce! they don't want to know... WooCommerce, WooCommerce.

cold frigate
#

I mean you're using a third-party integration, if you're using our APIs directly then the information would be sent to you!

Since you're using woocommerce, they control most aspects of your website's integration with Stripe as a controlling platform ๐Ÿ™‚

sudden tendon
#

Thank you for answering me, I will see to pay a developer for your api and then WooCommerce.

A bit of a pity for Stripe, big thing all the same, but a total mess. Damage.