#haru_api
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/1229309818096058409
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi @north wraith you can only hold a payment up to 7 days. https://docs.stripe.com/payments/place-a-hold-on-a-payment-method
Product information isn't attached to a paymentIntent object, but you can store them in PaymentIntent's metadata.
Product information is not attached to the paymentIntent object, but can be stored in the PaymentIntent's metadata.
I know that it can be saved in meta_data, but when I send the receipt, I want it to be like when there is data in the checkout summary.
OK, then you can set it on PaymentIntent's description
you can only hold a payment up to 7 days. https://docs.stripe.com/payments/place-a-hold-on-a-payment-method
I know.
But it can be extended, right?
https://docs.stripe.com/payments/extended-authorization
https://docs.stripe.com/payments/extended-authorization#availability-by-card-network-and-merchant-category but it's limited to certain merchant categories and card networks
OK.
For example, when making a hotel reservation, only the authorization is taken at the time of reservation, and the data is sometimes captured on the day of arrival.
If our Merchant Category does not allow extensions, is the only way to implement it in the same way and create it again once the authorization expires?
You can do that but your customer may see lots of authorizations of the same amount in their credit card statement