#XavierFleetizen
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
@cursive fjord please use this thread for your subsequent messages
I'm in a case where the card is not present (taxi booking through an app). When a customer wants a taxi for Monday in 2 weeks I noticed that the paymentIntent expires after 1 week exactly. It makes it quite risky for my business because I will not be able to manually capture the payment if the paymentIntent has expired. The option request_extended_authorization doesn't seem to be available for card not present cases but I wonder if there might be another way?
no AFAIK there isn't a work around
so 1 week top in case of card not present, I should retry a paymentintent 24h before the ride maybe and warn the user if i decide to cancel it.
Second question, quite similar, at the end of the taxi ride, the client might have asked for a different route or added a paying option (coffee on board or whatever), meaning there's an extra charge compared to the original paymentIntent. It means that I want to increase the amount of the paymentIntent. For that I thought of using the request_incremental_authorization_support option. But again, I understand that it's not available in card not present cases?
Hi ๐ taking over as my teammate needed to step away.