#amy_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/1227135137959903337
📝 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.
- amy_api, 20 hours ago, 39 messages
The terminal payment authorization period is extended
Hello, we want to access the terminal to conduct stripe card swiping authorization for leasing business, and to conduct capture payment after returning. Can we extend the authorization period? Access to documents such as: https://docs.stripe.com/terminal/payments/collect-payment?terminal-sdk-platform=android
paymentMethodType is card_present
Here's the guide about extending the authorisation: https://docs.stripe.com/terminal/features/extended-authorizations
Ok, I know, it means that the original authorization is 2 days, now you can set the authorization to 31 days will be cancelled, is that what it means?
Yes
According to https://docs.stripe.com/terminal/features/extended-authorizations, but I get payment_method_details - capture_before, Or two days later. Why? For example, ch_3P3Xti04cT6YoXkE02QEh00u
Hi @desert mason I'm taking over this thread
hello
I'd suggest you reaching out support to check your account eligibility of using extended authorizations
Can I set it myself? Or is there a fee for this extension?
It's about the MCC associated with your account https://stripe.com/guides/merchant-category-codes which I don't think you can set manually in Dashboard. MCC describes the nature of your business, and only certain businesses are allowed to use extended authorizations.
Okay, so normal uncaptured transactions are automatically canceled after two days, and we can't catch them. Is that what that means?
What do you mean by " we can't catch them" ?
capture
Yes you are right
So the function of this extension authorization is not open and needs to pay a certain fee to support it? Does our business support letting us open up?
I'm not sure if additional fee is needed, nor your account's MCC supports extended authorization, please check with support.
Does "support" mean in discord
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
No, we are not support in discord.
ok.Thank you
There is a problem to consult, according to: https://docs.stripe.com/terminal/payments/collect-payment?terminal-sdk-platform=android
Are the callback received by the client and the result of asynchronous callback to the merchant credible after the successful payment and swiping of the card by the user here?
The state of the intent to pay is: requires_capture, which means authorization is successful but capture is pending, right?
Yes you are right
There is a problem to consult, according to: https://docs.stripe.com/terminal/payments/collect-payment?terminal-sdk-platform=android
Are the callback received by the client and the result of asynchronous callback to the merchant credible after the successful payment and swiping of the card by the user here?
this problem please.
I don't understand your question, can you rephrase?
It means that the Android device connects to the pos machine through Bluetooth to complete the payment, and the return received is credible? At the same time, we also set up webhoobs, which can call back the results to our merchant.
Ok, I'd highly recommend you implement a webhook endpoint so that your system can still receive the payment status even if your andorid applicaiton is unable to get the status from reader due to bluetooth connection disruption.
Meaning the payment status is obtained from the reader?
Yes you are right, and you can get the same payment status through webhooks as well.