#s.dzmitryienka-client-secret
1 messages · Page 1 of 1 (latest)
If some process was stuck on our side can we use this client_secret after some time. (Can "client_secret" be expired after some time? if yes - what is the time range?)
PIs and SIs (and their secrets) don't expire in most cases unless explicitly canceled.
f we did one unsuccessful request using this "client_secret" and got erorr with CreditCard for example. Can we use this "client_secret" again with new credit card? Or we should create new Intent for it and will pass whole process again?
Yep, you can re-use the same PI/SI following a decline. They'll be in arequires_payment_methodstate, so you'd just retry confirmation again.
thanks