#dhaari-hold

1 messages · Page 1 of 1 (latest)

rain halo
#

Note that I would recommend to use PaymentIntent instead of the charge API. As stated by the documentation:

The Charges API is an older payments API that doesn’t handle bank requests for card authentication, and it can’t be used by merchants in India.

violet cliff
#

ok.. thanks.. It is not for india

rain halo
#

Even if not in india, I would still strongly recommend using PaymentIntent, because the charge API doesn't handle authentication (like 3D Secure).

violet cliff
#

sure

#

Any other feature other than this?

rain halo
violet cliff
#

sure .. thanks..

#

Any other feature which is used for charging at a later time?

rain halo
#

Oh sorry I misunderstood your question!
The other option would be to save the card details, and later charge the customer as explained here: https://stripe.com/docs/payments/save-and-reuse
However in this case the payment could fail if there are not enough funds.

violet cliff
#

ok. thanks.. this what i wanted to know..we already have a save feature ..In the first case - capture the funds at a later date, we can hold for only 7 days right.

#

Is there any option to hold for 15 days?

rain halo
#

If you want to hold the funds on a card (the first link I shared) then the maximum is 7 days.

violet cliff
#

not more than that ?

#

does it get refunded automatically to customer if we are not capturing the funds within 7 days?

rain halo
#

The doc I shared earlier says:

If the charge isn’t captured within this time, the authorization is canceled and funds released.

#

And yes 7 days is the maximum.

violet cliff
#

yes. i saw in the doc. Thats why i asked for the confirmation?

rain halo
#

Then I confirm that it's 7 days maximum, and after 7 days the authorization is canceled and funds released.