#thibaud_best-practices

1 messages · Page 1 of 1 (latest)

sage cedarBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1222932463593066506

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

solemn estuaryBOT
ruby bear
#

Not sure I understand

#

But if you just want to place a hold and not capture you can do that

#

That's the right link

past cove
#

yes i want to hold

ruby bear
#

Just never call capture after confirming/placing a hold

past cove
#

but i will capture, 0,01%

ruby bear
#

As long as the amount reaches our minimum charge amount of 0.50 you can do that

past cove
#

on the doc, it's write, dont place 1$ hold, if you dont want to capture them

#

"Les réseaux de cartes interdisent également les autorisations de 1 USD si vous n’avez pas l’intention de les capturer."

#

Card networks also prohibit $1 authorizations if you don't intend to capture them.

#

i want do hold, but i don't intend to capure them. you cinfirm that i can ?

#

just i don't do 1$ but more

ruby bear
#

You said you're capturing some of the funds right?

#

That's possible via the api, but I can't provide legal guidance on what the card networks allow

past cove
#

okay i will try to explain better

#

we are a ticket market place. people put listing to sell their ticket

#

to be sure they will delivery the ticket when they do a sale

#

i would like to place an hold, when they put the listing

#

an hold is 7 days

#

the game can be in 3 months

#

so clearly, if he don't delivery, i can't do nothing. i am fucked (it's okay)

#

but people don't know that an hold is only 7 day. i have use that like mental pressure. they think they put they credit card

#

so i will hold money, via the stripe api (my code is working) but never capture the money hold

#

i just want to be sure, i have the right to do that

ruby bear
#

You should probably use a setupintent instead

past cove
#

i imagine, that the hold function, is not here to never capture the found like i want to do.

so before to do shit and have my account clode

ruby bear
#

Not a hold

past cove
#
$paymentIntent = \Stripe\PaymentIntent::create(array(
                'amount' => $nPrixStripe,
                'currency' => 'eur',
                'payment_method_types' => array('card'),
                'description' => 'idAnnonce #'.$nAnnonce,
                'metadata' => array(
                    'idAnnonce' => $nAnnonce,
                ),
                'capture_method' => 'manual',
            ));
ruby bear
#

That's correct

past cove
#

i use this

ruby bear
#

I can only recommend setupintent for this

past cove
#

setupintent is to use an bank account ?

#

(instead a creditcard)

ruby bear
#

It supports those as well

#

But supports many payment methods

past cove
#

okay, so you recommand me to not use the paymentintent code i just share

ruby bear
#

that's correct

past cove
#

okay

ruby bear
#

I can't recommend placing holds if you don't have a valid usecase that involves capturing

past cove
#

perfect

#

it's the puprose of this conversation

#

use the api correctly for my case

#

and don't do something "illegal"

#

thanks for the time you give

#

thaks for you answer who fit perfectly my needs

ruby bear
#

No problem

past cove
#

thanks to translate in french all your docs

#

but sometimes, i feel i need to be nasa engineer to understand more clearly 😄

#

you do an amazing job

#

take care guys

#

heart on you ❤️

ruby bear
#

Thanks! Same to you!