#ahmed-mamdouh_api

1 messages ¡ Page 1 of 1 (latest)

gusty cliffBOT
#

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

young patrol
#

Hi, let me help you with this.

#

I see what you mean. Do you have an example when it was attached?

night pulsar
#

Yes!

#

Will the customer id be enough?

young patrol
#

PaymentIntent ID would be the best.

#

Or PaymentMethod ID

gusty cliffBOT
night pulsar
#

pm_1QKj7lPWnAfPPCeDzWBfJzjM

young patrol
#

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?

night pulsar
#

Yeah, i have a been trying for a while.

grave goblet
#

hmm, not sure, I'm not aware of an obvious reason why a generated_card didn't get created here

night pulsar
#

req_Rlybr02UBIlTx8
req_JjBy88qTRrCRds
req_qReOjQfu051f8N

grave goblet
#

are you testing this with one of our physical test cards?

night pulsar
grave goblet
#

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?

night pulsar
#

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?

grave goblet
#

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

night pulsar
#

I see. So, saving first maybe?

grave goblet
#

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

night pulsar
#

@young patrol @grave goblet Thank you so much!