#arnotixe_unexpected
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/1228152161007964190
π Have more to share? Add more details, code, screenshots, videos, etc. below.
card seems setup, but isn't quite
trying to attach manually with the API results in card_present cannot be saved to customers
https://dashboard.stripe.com/logs/req_azSbzKVVod9kRd?t=1712882718
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hi there, let me take a look
β¦ and just to be sure, pulling their PMs with api also of course yield 0 PMs
Ah I see, this payment was completed by Apple Pay
``` Ref: https://docs.stripe.com/terminal/features/saving-cards/save-after-payment#:~:text=Unless%20your%20business,stripe.com.
aha ok
I was studying the differences and see the non-stored one was a Debit card -- does Debit mean it can't be stored? Or is it indicated anywhere else?
(I of course see now that "generated_card" is null, pretty clear indication π
If you scroll down a bit, you will see a wallet[type] = apple_pay
ok nice, so whenever it says wallet: something it's no-go for saving then
Yes you are right
Nice, thanks! We're moving away from these strange tricks anyway (hopefully before July). It was something about a legacy setup that relies on Stripe Subscriptions. And the thing was trying to setup their card from a terminal to buy a subscription (Combo of some purchase + subscription). But that's soon history now.
I see. Anyway if a terminal payment is completed by a non wallet payment method, the payment method can be saved and you can use it to pay recurring payments.
π Yeah so when we get this cleaned up, we can try to setup the card and - if it fails it's a wallet or similar?
I mean, they will never be able to use those types of cards if they actually want to have their card on file with us, right?
Just to clarify, are you still asking about saving an Apple pay payment method through terminal?
hmm yeah well we usually send customers a Stripe Customer Portal (or something, can't remember the exact name) for them to update their own cards in a safe way
Can they add wallet cards to that? (My understanding is they would add the actual card numbers there, couldn't add wallets?)
I think you are talking about customer billing portal (https://docs.stripe.com/no-code/customer-portal) and your question is whether this billing portal offers apple pay?
OK, yes billing portal supports Apple pay π