#harshil-ahir_code
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/1268518310069407856
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- harshil-ahir_code, 5 days ago, 50 messages
hi! see the docs at https://docs.stripe.com/payments/extended-authorization If you do want to use this, do please read the note:
We offer extended authorisations to users on IC+ pricing. If you’re on blended Stripe pricing and want access to this feature, you learn more at support.stripe.com.
no i dont want authorisations but i want to extend the hold payment day which is 7 days from stripe but i want to extend it till the day which i pass
you can only hold funds for 7 days. If you have access to the extended auth feature described above(which is only for merchants in certain businesses and that we have a Sales relationship with), it can be 30 days.
no i dont want authorisations but i want to extend the hold payment day
these are the same thing really, I think you're confused as to how this works.
lets suppose i have hold a payment for 30 days but after 15 days i want to again extend the hold to 30 days
you can't, you'd attempt to create a new authorisation(create and confirm a new PaymentIntent) instead.
but lets suppose my user has already paid it then how can i pay him again after 30 days for the same paymen t
can't i place a hold for more than 31 days
no you can not. You'd charge their card again in a new PaymentIntent.
but lets suppose there is a 31 days of a month and user pay the payment of 31st date then how cani say no to that user and tell him to pay again
I have no idea what you're trying to say, sorry.
calendar days have nothing to do with this.
if you authorise the payment on Jul 31st, you have 7 days(until Aug 6, at the time of day that you authorised the payment) to be able to capture it.
or maximum i will to it to 30 days to capture that?
I have no idea what you're trying to say, sorry.
in short i want to hold a payment for more then 31 days
in short, you can not do that, it's not possible.
Okay i have one more query
to re-iterate my previous replies
you can only hold funds for 7 days. If you have access to the extended auth feature described above(which is only for merchants in certain businesses and that we have a Sales relationship with), it can be 30 days
and beyond that:
you'd attempt to create a new authorisation(create and confirm a new PaymentIntent) instead.
what is "the invoice of payment"?
like the user who paid the payment can get the invoice of payment you can say its like a bill
have you checked https://docs.stripe.com/receipts ? does that do what you need?