#Malta Kino

1 messages · Page 1 of 1 (latest)

stuck coralBOT
valid siren
#

Not sure what you mean. Are you asking how to tell if someone is a bad actor?

brave pier
#

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

valid siren
#

What is "vouched API"?

brave pier
#

A third party service for id verification

valid siren
#

Ah, unfortunately we don't support 3rd party plugins or connectors in this channel. I would recommend reaching out to vouched.id instead

brave pier
#

I am asking to do a pre authorization on credit card

valid siren
brave pier
#

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?

valid siren
#

You can release the authorization at any time by cancelling the Payment Intent

brave pier
#

but we don't know if customer leave, he may close the browser at once?

valid siren
#

I don't understand the relevance

brave pier
#

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?

valid siren
#

That should work, yeah