#Shankar

1 messages · Page 1 of 1 (latest)

placid fableBOT
empty oriole
dark badger
#

we are unable to capture the amount so in that case after 24 hrs we want to settle all the authorized payments means all the payments which are in authorized state but not captured should be captured with the whole authorized amount.

empty oriole
#

cool, then you just call the API job in a batch job for example.

#

for example maybe call the List PaymentIntent API, filtered to the last 24 hours, look for any returned objects that have status:requires_capture, and call the capture API on those. Not sure if that's the kind of solution you're looking for.

#

I still don't know what you mean by "we are unable to capture the amount " exactly, was there some specific error you ran into?

dark badger
#

can i get the APIs to achieve this ?

#

the API to get list of require_capture status objects and also the API to capture all require_capture objects

empty oriole