#Malta Kino
1 messages · Page 1 of 1 (latest)
Not sure what you mean. Are you asking how to tell if someone is a bad actor?
I am integrating the vouched API.
We already have a credit card integrated.
Client is asking to do the pre authorization on credit card before making a call to vouched api.
So what are the options available to do the pre authorization on credit card via stripe?
I know we can hold the payment and then capture it later
What is "vouched API"?
Ah, unfortunately we don't support 3rd party plugins or connectors in this channel. I would recommend reaching out to vouched.id instead
I am asking to do a pre authorization on credit card
Ah, so that's what this is for: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
is there any alternative?
Because in this case a customer can leave the website after we place a hold on payment method and later on complain about their payment that we hold?
You can release the authorization at any time by cancelling the Payment Intent
but we don't know if customer leave, he may close the browser at once?
I don't understand the relevance
We placed a hold on payment method, and customer close the browser, we don't know if they have left, so how do I know which payment intent should i cancel?
I mean there should be a way to automatically do that.
I think we can set a cron job to cancel any payment intent that is not completed and was created 24 hours ago right?
That should work, yeah