#jeingo

1 messages ยท Page 1 of 1 (latest)

high umbraBOT
valid creek
#

Hi there!

#

Can you tell me which method and which fields should I use to make a payment with a saved card?
So you already have a Payment Method saved, and you want to charge it?

valid creek
#

Then yes Invoice seems like a good option for you

#

But the documentation says that
Note that finalizing the invoice, when automatic, does not happen immediately as the invoice is created. Stripe waits until one hour after the last webhook was successfully sent (or the last webhook timed out after failing)
That's how it works by default, but you can fnalize the invoice yourself to remove that delay if needed

pseudo zealot
valid creek
#

You'll need to create Product/Price objects with Invoice.

pseudo zealot
valid creek
#

You'll need to Finalize and Pay the invoice yourslef if you don't want the one hour delay. Otherwise yes it should work.

pseudo zealot
#

Understood. Thank you. I will try

valid creek
#

Happy to help ๐Ÿ™‚

pseudo zealot
valid creek