#DeputyCheese-pi-action

1 messages · Page 1 of 1 (latest)

quick oar
#

Hey! Hmm, there's direct correlation between the Sources API and Payment Intents. You can theoretically use Sources with PIs if you wanted

#

The general flow is:

  • Creation.
  • Confirmation (and attaching associated payment instrument).
lunar solar
#

Thanks for your answer. My question was related to the specific webhooks.

#

That means I created the PI already and - especially for deferred payment methods like SOFORT - I already confirmed it and/or have confirmation_mode set to auto

#

When using sources I had to wait for the payment status to become "chargeable", this parameter doesnt exist now anymore

#

As far as I understand the webhook will be getting called when the payment was already charged by stripe itself (or if it's failed)

#

But I don't have to wait/check for a chargeable parameter anymore and do the charge by myself

quick oar
#

So they will be in a limbo state (processing) for X number of days until the payment is actually complete

lunar solar
#

Yes that's exactly what I mean

#

So, when the stripe hook is getting called, it's just a notification for me that a payment was charged successfully or if it failed

#

No need for me to finalize anything in this hook, right?

quick oar
#

Exactly, yep

lunar solar
#

Ok great, thanks!

quick oar
lunar solar
#

Thanks

quick oar
#

Sure, np