#ahmed-mamdouh_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/1313104984614895648
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
I see what you mean. Do you have an example when it was attached?
pm_1QKj7lPWnAfPPCeDzWBfJzjM
I see this one was created with SetupIntent.
Do you have a similar scenario as req_p4VPtFjUlSOB6s. Where a PaymentIntent didn't result in a PM getting attached to a Customer object?
Yeah, i have a been trying for a while.
hmm, not sure, I'm not aware of an obvious reason why a generated_card didn't get created here
req_Rlybr02UBIlTx8
req_JjBy88qTRrCRds
req_qReOjQfu051f8N
are you testing this with one of our physical test cards?
Yes. A simulated terminal and test cards:
https://docs.stripe.com/testing#cards
hmm. I did think this feature is only for US accounts, so on a Danish account it probably doesn't work. Did it ever work?
Oh. Now that vanya said that it was saved using SetupIntent, i think it never worked.
So, can i use a setup intent for this after a successful payment? Would it be okay?
no, that wouldn't make sense really, since you'd have to have the customer tap/insert their card a second time after already paying
I see. So, saving first maybe?
well if you do it that way then how would you charge the saved card? It wouldn't be a Terminal payment , it would have to a regular off-session card-not-present payment.
ultimately there isn't a good solution unfortunately, it's just a limitation of the product outside the US today
@young patrol @grave goblet Thank you so much!