#vivek_26333
1 messages · Page 1 of 1 (latest)
You'd call cancelCollectPaymetMethod(): https://stripe.com/docs/terminal/references/api/js-sdk#cancel-collect-payment-method
Cancelling the PI won't impact the state of the reader
There's no direct method. You just make the collectPaymentMethod method cancelable: https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=android#:~:text=You can cancel collecting a payment method using the Cancelable object returned by the Android SDK.
This seems promising, thank you so much. I will test it right away