#Sinduri
1 messages · Page 1 of 1 (latest)
Which payment method of your source is? Could you share the doc which you follow?
There's is no time duration to transit into chargeable status as it's up to customer to authorise the payment.
Just a gentle reminder that Klarna on Sources are deprecated. I'd recommend using Payment Intent instead: https://stripe.com/docs/payments/klarna/accept-a-payment?platform=web&ui=API
What I am asking is if a source is already in chargeable status and is it possible to charge the source after one month or 2 month ?
I am asking this because our customer didn't set up source.chargeable webhook, so all payments are stuck..
Can i manually call charge api for all those sources to initiate a charge?
What I am asking is if a source is already in chargeable status and is it possible to charge the source after one month or 2 month ?
Nope. A source must be used within one hour of becoming chargeable. If unused after an hour, its status automatically transitions to canceled and your integration receives a source.canceled webhook event.
Source: https://stripe.com/docs/sources/klarna#source-expiration
okay,