#thibaud_best-practices
1 messages · Page 1 of 1 (latest)
👋 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.
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
yes i want to hold
Just never call capture after confirming/placing a hold
but i will capture, 0,01%
As long as the amount reaches our minimum charge amount of 0.50 you can do that
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
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
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
You should probably use a setupintent instead
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
Not a hold
$paymentIntent = \Stripe\PaymentIntent::create(array(
'amount' => $nPrixStripe,
'currency' => 'eur',
'payment_method_types' => array('card'),
'description' => 'idAnnonce #'.$nAnnonce,
'metadata' => array(
'idAnnonce' => $nAnnonce,
),
'capture_method' => 'manual',
));
That's correct
i use this
I can only recommend setupintent for this
okay, so you recommand me to not use the paymentintent code i just share
that's correct
okay
I can't recommend placing holds if you don't have a valid usecase that involves capturing
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
No problem
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 ❤️
Thanks! Same to you!