#cola-paymentintents

1 messages · Page 1 of 1 (latest)

cobalt canopy
#

hi there, reading

dense prawn
#

Thanks @cobalt canopy .

Really appreciate it.

cobalt canopy
#

if we create payment intent with create = true, its will finalize the payment intent right, as in we call the confirm payment intent in one go with create payment intent
assuming you mean confirm=true instead, then yes

  1. it's mean the payment if finalized, we can't edit it anymore right?
    at that point you've attempted to charge the customer, so you can't really change details like the amount no.
  1. but how about we send confirm payment intent xx times after we do create payment intent ? how long is the time limit? and what happened if we already surpass the time limit? the payment never captured?
    I don't really follow. A PaymentIntent can only be confirmed successfully once; you can attempt to confirm it by calling the separate Confirm PaymentIntent API many times until it succeeds. There are no time limits here.

I am asking this since I remember its supposed to have around 14days/2weeks time limit
Never heard of this really, do you have a reference?

dense prawn
#

Hmm 🤔

Seems like i got notification from discord, but not appear anywhere.

Maybe my connection?

#

Oh its appear, reading it now.
@cobalt canopy

#

@cobalt canopy i will check again the time limit. Maybe im wrong.

But how about the title of payment? Currently we store it with order number.

But we want to update it with order number and other number.

This other number only generated once the order is received by our buyer.

So lets say in this case we already create payment intent for our buyer order, the title will be order number.

Then lets say the payment intent confirmed because we want to take the money first before send our item to buyer.

Then the other number can be updated after it?

Or should we add the other number before confirm the payment intent?

Sorry cant say much about this other number since we dont know what to call it yet. So we only can say it as another number we need to add to stripe payment title.

cobalt canopy
#

what title is this, what Stripe API field is is that you are storing the title in?

dense prawn
#

Oh my bad

Its description

cobalt canopy
#

as far as I know you can set description at any point regardless of the state of the PaymentIntent.

red ivy
#

Hey, taking over here. Let me know if there's any follow-up Qs I can answer!

dense prawn
#

@cobalt canopy @red ivy

Got it, it its really true we can update description at any time regardless the state of payment intent, then all is good already.

Thanks guys, i will try to update old payment in our account to see if its really correct.