Modifying timeout value for payment authorized screen in Mobile Payments SDK

I’ve built an app using the React Native Mobile Payment SDK and I was wondering if there is a way to modify the timeout value for the payment authorized screen that occurs after a successful card payment. Currently it’s set to 5 seconds, but it would be great if I could modify it to only stay up for 1 or 2 seconds (which is the timing the square app has before showing the receipt screen).

My users work in high volume sales environments so those five seconds make the app feel pretty slow to them and we’ve been getting complaints. I know that tapping the screen dismisses it early, but since our users are doing hundreds of transactions over 1 to 2 hours, it’s not a great UX for them to have to impatiently tap the screen to get the transactions to move faster.

I’m happy to patch the swift/kotlin packages myself if that’s an option, but I’d love if this were something I could pass as a prompt parameter.

Hi @merchcast! No, unfortunately it’s not currently possible to modify that value.