#aeo_api

1 messages · Page 1 of 1 (latest)

mossy hazelBOT
#

👋 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/1479293114891112621

📝 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.

spice fable
fallen bough
#

awww man. thanks. trying now.

#

seemed to work.. is there a different message that shows on the terminal, similar to the web, like "you authorize blah blah to use this payment in the future" i didn't see that when I just tested

spice fable
#

For the terminal flow, you have to ensure consent youself as a merchant as seen in this section here:
https://docs.stripe.com/terminal/features/saving-payment-details/overview#compliance

You’re responsible for your compliance with all applicable laws, regulations and network rules when saving a customer’s payment details.

Add terms to your checkout flow that state how you plan to save payment method details and allow customers to opt in.

Some example patterns include a "Save my payment method for future use" checkbox (e.g., on an app screen, POS UI)

fallen bough
#

interesting.. ok.. thanks. not sure how that is supposed to work when a customer is checking out.. but ok.

spice fable
fallen bough
#

i guess, but most of my clients are not using a "customer facing" version of our pos... its intended for employee use..

#

i guess I could do something with like "set_reader_display".... but that doesn't actually collect anything..

spice fable
fallen bough
#

that is more interesting 🙂

#

i will investigate that further, thank you for your time and help.