#poutine-android-terminal
1 messages · Page 1 of 1 (latest)
bear with me the channel is quite busy and I don't know much about our Terminal Android SDK
No worries 🙂
A colleague says you likely can cancel the Cancelable you get from collectPaymentMethod() https://stripe.dev/stripe-terminal-android/core/core/com.stripe.stripeterminal/-terminal/index.html#1585170611%2FFunctions%2F-1814817128
Can you try that?
Yeah I'm wondering if there's any way to do it without canceling the payment intent -- much of the docs suggest that it's ideal to use 1 Payment Intent to capture the cart / session
not canceling the PaymentIntent, but canceling the cancelable, that's different right?
Hm... actually, yeah, rereading the docs... yeah actually that does make sense. I was interpreting that as it canceling the payment intent as well, but could see that not being the case. I'll give that a shot, thanks!
keep me posted