SwiftUI Point of Sale Braintree Integration - logging user out upon cancellation/completion of transaction via iOS app #1506
Unanswered
SMGLOBAL-ops
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Braintree developers,
I am a developing a point of sale SwiftUI application for my client, where I have already integrated PayPal Braintree in Sandbox mode, and we have only recently swapped to production API keys.
I am wondering/hoping for a way to be able to not save a logged-in user's details via the Braintree iOS SDK modal that pops up to complete a transaction, such that we can fully utilise PayPal Braintree for our Point of Sale physiotherapy application (iPad Kiosk system in clinics for patients to pay via using PayPal Braintree).
Is there a way to do this easily? I have tried clearing http cookies for the PayPal domain name but I know this won't work due to auth protocols integrated intrinsically to the Braintree SDK. If there is some API method to do so within the SDK, or some other means, please could you let me know?
Best regards,
Saif.
Note: This feature might already be part of the Production mode, but I am yet to test it so wanted to confirm with you guys beforehand if possible, thank you!
Beta Was this translation helpful? Give feedback.
All reactions