#shahzaib-haider_docs
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/1346073701602562081
๐ 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.
- shahzaib-haider_best-practices, 2 days ago, 18 messages
Basically my application is setting up recurring payment from terminal. And using generated card for future payment but when someone use digit wallet like apple pay generated card is null. So, I wanna recreate that scenario for testing. So, I implement following solution:
Solution:
- Stripe can allow some accounts to use digital wallet with a specific mcc code. Set mcc code for each connect account programmatically
- Make a process flow that if payment method was digital wallet during recurring setup and check generated card if null, refund payment and show error
๐
You can accept Apple Pay for Subscription
But I'm not sure I understand the issue you are facing ? Sorry
Basically, I am handling subscription in my own application, for which when time comes I use cutomerId and paymentMethodId to create new payment. But when you use payment intent with card_present and use apple pay, generated_card(paymentMethodId) that should be used to do payment, is null.
Now, I want to recreate this scenario in my development environment as I don't have the real hardware, terminal and stripe reader, So, is there a way we can use apple pay like we use test card to simulate using this https://docs.stripe.com/api/terminal/readers/present_payment_method
Ah you mean in the test helper, no you can't.