#amfpaulo_api
1 messages · Page 1 of 1 (latest)
👋 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/1281643226406584424
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Single-branded Interac cards, single-branded eftpos cards, and mobile wallets (for example, Apple Pay or Google Pay) aren’t supported.
Unfortunately mobile wallets aren't supported with Setup Intents on Terminal: https://docs.stripe.com/terminal/features/saving-cards/save-cards-directly?terminal-sdk-platform=server-driven#availability
for Payment Intents will work ?
All my logic is around setup intents right now, but I can change to Payment intent. I have just one question
After having a payment intent for a payment, is it possible save and set up that card as default card for the client
From our docs: https://docs.stripe.com/terminal/features/saving-cards/save-after-payment
For most businesses, when you process a digital wallet payment such as Apple Pay or Google Pay, you can’t create a generated_card or otherwise save the payment method for reuse. For car rental services and hotels, Stripe offers a limited private beta feature that allows you to save a digital wallet payment method for reuse. To request access, contact stripe-terminal-betas@stripe.com.
hey man
I am here because the docs did not help much
I am using terminal M2 , having to do everything by hand
coding everything
I need some help
Fair enough, all I'm saying is you can't do what you're trying to do. You can't charge Apple Pay for payments unless the customer is present
Our docs are very explicit about that, hence the quotes and the links
Customer is present
I am telling you, M@ terminal is just for customer that are present
I am not understanding
Can I have a more technical support person ?
You are not even reading my questions
After having a payment intent for a payment, is it possible save and set up that card as default card for the client
This was your last question, right? You opened the thread asking about Apple Pay. So, what am I missing?
You just told me is not possible to use apple pay in a set up intent if the card is not present. But the card is present
I didn't say that though. I said you can't use them if a card is present
I just need to know how to pay using apple pay and save the card on file... If not possible save card on file with apple pay. No problem. I just need to know what to do
I just need to know how to pay using apple pay and save the card on file... If not possible save card on file with apple pay. No problem. I just need to know what to do
You can't save an Apple Pay card for future payments
I see. I miss understand. My apologies
Not with Terminal, at least
Ok... So now my second question.... Because I was using setup intents to first save the card then make the payment and now looks like I'll need to make the payment and save the card (if not apple pay).... Can you guide me on this question
Is the question just, "how do I save non-ApplePay payment methods with Terminal?"
Yes
With out setup intent
After payment intend. How to attach it to a subscription and invoice
If if is appple pay, how to identify it and skip the attempt to save the "card"
I mean, this is thoroughly documented (https://docs.stripe.com/terminal/features/saving-cards/save-after-payment), so what have you tried on your test account? Are you blocked somewhere specifically?
I just told you I'll have to completely change my logic
Man, I'll contact stripe again and make sure I'll complaint about your attitude
First time this is happening
Someone that don't want to work
Or don't know how to help customers
M2 has little to no docs
Did you read this part?
I'm genuinely trying to be as helpful as possible. Changing implementation strategies (logic) is a very normal and common thing to have to do as a web developer. Especially for Terminal. We expect you, as the developer, to be able to make your own decisions that make the most sense for your integration.
The implementation for M2 and other Terminal devices is the same once you get past the setup stage.
I went through this when developing this logic ... There was a lot of small details that were not in the docs for M 2
Anyways I'll try look everything again by my self and contact Stripe another time . Luckly with another support person
Best of luck!