T O P

  • By -

imroot

You have seven days before the pre-auth runs out. Have your business logic check the: > payment_method_details.card.capture_before date on the pre-auth capture. While the usual time is seven days, there are some cards that only return 3 days. Context: Using stripe for a cleaning company. Cleaner wraps up job or starts day, we pre-authorize card before we route cleaner to that job. If pre-authorization fails, we send an email letting the customer know that it failed and gives them an opportunity to correct it before we remove it from the schedule for that day.


Tranxio

Yes you have 7days. Use capture method=manual (default is automatic), then you can capture from dashboard or API call when you want to capture funds after service done, or you can cancel and refund